cmsdk: Update tests for recent builder changes.
Change-Id: Icb949ff79044c60a4f70ba0ca2432b463c541e78
This commit is contained in:
parent
ea3bc16d21
commit
e29548da25
@ -84,6 +84,7 @@ public class MainActivity extends Activity implements View.OnClickListener {
|
|||||||
.setOnClickIntent(pendingIntent)
|
.setOnClickIntent(pendingIntent)
|
||||||
.setContentDescription("Generic content description")
|
.setContentDescription("Generic content description")
|
||||||
.setLabel("CustomTile " + States.STATE_OFF)
|
.setLabel("CustomTile " + States.STATE_OFF)
|
||||||
|
.shouldCollapsePanel(false)
|
||||||
.setIcon(R.drawable.ic_launcher)
|
.setIcon(R.drawable.ic_launcher)
|
||||||
.build();
|
.build();
|
||||||
CMStatusBarManager.getInstance(this)
|
CMStatusBarManager.getInstance(this)
|
||||||
|
@ -60,7 +60,6 @@ public class CMStatusBarTest extends TestActivity {
|
|||||||
.setLabel("Test From SDK")
|
.setLabel("Test From SDK")
|
||||||
.setIcon(R.drawable.ic_launcher)
|
.setIcon(R.drawable.ic_launcher)
|
||||||
.setOnClickIntent(intent)
|
.setOnClickIntent(intent)
|
||||||
.shouldCollapsePanel(true)
|
|
||||||
.setContentDescription("Content description")
|
.setContentDescription("Content description")
|
||||||
.build();
|
.build();
|
||||||
mCMStatusBarManager.publishTile(CUSTOM_TILE_ID, mCustomTile);
|
mCMStatusBarManager.publishTile(CUSTOM_TILE_ID, mCustomTile);
|
||||||
|
Loading…
Reference in New Issue
Block a user