cmsdk: Clean up posted tile in CustomTileListenerService test.
TICKET: CYNGNOS-3022 Change-Id: If0c2e18b86c5d2061fd36d404d9e63496998c25f
This commit is contained in:
parent
8387d3cc07
commit
7fff40e2d0
@ -122,6 +122,7 @@ public class CMStatusBarManagerTest extends AndroidTestCase {
|
|||||||
super.onCustomTilePosted(sbc);
|
super.onCustomTilePosted(sbc);
|
||||||
Log.d(TAG, "Posted " + sbc.getCustomTile());
|
Log.d(TAG, "Posted " + sbc.getCustomTile());
|
||||||
if (TextUtils.equals(expectedCustomTile.label, sbc.getCustomTile().label)) {
|
if (TextUtils.equals(expectedCustomTile.label, sbc.getCustomTile().label)) {
|
||||||
|
removeCustomTile(mContext.getPackageName(), null, 1337);
|
||||||
signal.countDown();
|
signal.countDown();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user