Searched refs:WearableExtender (Results 1 – 15 of 15) sorted by relevance
7 NO DOC BLOCK: android.support.v4.app.NotificationCompat.WearableExtender Method getBridgeTag()17 NO DOC BLOCK: android.support.v4.app.NotificationCompat.WearableExtender Method setBridgeTag(java.l…
266 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getCancelLabel():267 …Method android.app.Notification.Action.WearableExtender.getCancelLabel(): @Deprecated annotation (…268 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getConfirmLabel():269 …Method android.app.Notification.Action.WearableExtender.getConfirmLabel(): @Deprecated annotation …270 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getInProgressLabel():271 …Method android.app.Notification.Action.WearableExtender.getInProgressLabel(): @Deprecated annotati…272 DeprecationMismatch: android.app.Notification.Action.WearableExtender#setCancelLabel(CharSequence):273 …Method android.app.Notification.Action.WearableExtender.setCancelLabel(CharSequence): @Deprecated …274 DeprecationMismatch: android.app.Notification.Action.WearableExtender#setConfirmLabel(CharSequence):275 …Method android.app.Notification.Action.WearableExtender.setConfirmLabel(CharSequence): @Deprecated…[all …]
352 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getCancelLabel():353 …Method android.app.Notification.Action.WearableExtender.getCancelLabel(): @Deprecated annotation (…354 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getConfirmLabel():355 …Method android.app.Notification.Action.WearableExtender.getConfirmLabel(): @Deprecated annotation …356 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getInProgressLabel():357 …Method android.app.Notification.Action.WearableExtender.getInProgressLabel(): @Deprecated annotati…358 DeprecationMismatch: android.app.Notification.Action.WearableExtender#setCancelLabel(CharSequence):359 …Method android.app.Notification.Action.WearableExtender.setCancelLabel(CharSequence): @Deprecated …360 DeprecationMismatch: android.app.Notification.Action.WearableExtender#setConfirmLabel(CharSequence):361 …Method android.app.Notification.Action.WearableExtender.setConfirmLabel(CharSequence): @Deprecated…[all …]
364 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getCancelLabel():365 …Method android.app.Notification.Action.WearableExtender.getCancelLabel(): @Deprecated annotation (…366 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getConfirmLabel():367 …Method android.app.Notification.Action.WearableExtender.getConfirmLabel(): @Deprecated annotation …368 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getInProgressLabel():369 …Method android.app.Notification.Action.WearableExtender.getInProgressLabel(): @Deprecated annotati…370 DeprecationMismatch: android.app.Notification.Action.WearableExtender#setCancelLabel(CharSequence):371 …Method android.app.Notification.Action.WearableExtender.setCancelLabel(CharSequence): @Deprecated …372 DeprecationMismatch: android.app.Notification.Action.WearableExtender#setConfirmLabel(CharSequence):373 …Method android.app.Notification.Action.WearableExtender.setConfirmLabel(CharSequence): @Deprecated…[all …]
356 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getCancelLabel():357 …Method android.app.Notification.Action.WearableExtender.getCancelLabel(): @Deprecated annotation (…358 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getConfirmLabel():359 …Method android.app.Notification.Action.WearableExtender.getConfirmLabel(): @Deprecated annotation …360 DeprecationMismatch: android.app.Notification.Action.WearableExtender#getInProgressLabel():361 …Method android.app.Notification.Action.WearableExtender.getInProgressLabel(): @Deprecated annotati…362 DeprecationMismatch: android.app.Notification.Action.WearableExtender#setCancelLabel(CharSequence):363 …Method android.app.Notification.Action.WearableExtender.setCancelLabel(CharSequence): @Deprecated …364 DeprecationMismatch: android.app.Notification.Action.WearableExtender#setConfirmLabel(CharSequence):365 …Method android.app.Notification.Action.WearableExtender.setConfirmLabel(CharSequence): @Deprecated…[all …]
16 …public static final class Notification.WearableExtender implements android.app.Notification.Extend…18 …method @Deprecated public android.app.Notification.WearableExtender setBackground(android.graphics…
6591 …public static final class Notification.Action.WearableExtender implements android.app.Notification…6592 ctor public Notification.Action.WearableExtender();6593 ctor public Notification.Action.WearableExtender(android.app.Notification.Action);6594 method public android.app.Notification.Action.WearableExtender clone();6602 method public android.app.Notification.Action.WearableExtender setAvailableOffline(boolean);6603 …method @Deprecated public android.app.Notification.Action.WearableExtender setCancelLabel(CharSequ…6604 …method @Deprecated public android.app.Notification.Action.WearableExtender setConfirmLabel(CharSeq…6605 …method public android.app.Notification.Action.WearableExtender setHintDisplayActionInline(boolean);6606 method public android.app.Notification.Action.WearableExtender setHintLaunchesActivity(boolean);6607 …method @Deprecated public android.app.Notification.Action.WearableExtender setInProgressLabel(Char…[all …]
49 import static android.app.Notification.WearableExtender.KEY_BACKGROUND;50 import static android.app.Notification.WearableExtender.KEY_DISPLAY_INTENT;1018 Notification.WearableExtender extender = new Notification.WearableExtender(n); in testWearableExtender_invalidExtra_noCrash()1105 nb.extend(new Notification.WearableExtender().setDismissalId("dismiss")); in testDoesNotStripsExtenders()1114 Assert.assertEquals("dismiss", new Notification.WearableExtender(before).getDismissalId()); in testDoesNotStripsExtenders()1743 Notification.WearableExtender extender = new Notification.WearableExtender(); in wearableBackgroundBlockEnabled_wearableBackgroundSet_valueRemainsNull()1753 Notification.WearableExtender result = new Notification.WearableExtender(notif); in wearableBackgroundBlockEnabled_wearableBackgroundSet_valueRemainsNull()1760 Notification.WearableExtender extender = new Notification.WearableExtender(); in wearableBackgroundBlockDisabled_wearableBackgroundSet_valueKeepsBitmap()1770 Notification.WearableExtender result = new Notification.WearableExtender(notif); in wearableBackgroundBlockDisabled_wearableBackgroundSet_valueKeepsBitmap()
2324 public static final class WearableExtender implements Extender { class in Notification.Action2352 public WearableExtender() { in WearableExtender() method in Notification.Action.WearableExtender2360 public WearableExtender(Action action) { in WearableExtender() method in Notification.Action.WearableExtender2397 public WearableExtender clone() { in clone()2398 WearableExtender that = new WearableExtender(); in clone()2412 public WearableExtender setAvailableOffline(boolean availableOffline) { in setAvailableOffline()2443 public WearableExtender setInProgressLabel(CharSequence label) { in setInProgressLabel()2467 public WearableExtender setConfirmLabel(CharSequence label) { in setConfirmLabel()2491 public WearableExtender setCancelLabel(CharSequence label) { in setCancelLabel()2514 public WearableExtender setHintLaunchesActivity( in setHintLaunchesActivity()[all …]
259 val wearExtender = Notification.WearableExtender().setBackground(wearBackground) in currentNotificationMemoryUse_tvWearExtender()
184 /* extenderClass= */ Notification.WearableExtender.class, in verifyTest()185 /* actionExtenderClass= */ Notification.Action.WearableExtender.class, in verifyTest()
6975 .extend(new Notification.WearableExtender().addAction( in testVisitUris_wearableExtender()14565 .extend(new Notification.WearableExtender()14599 assertThat(new Notification.WearableExtender(gottenBackByApp).getPages()14601 assertThat(new Notification.WearableExtender(gottenBackByApp).getPages()
7543 Landroid/app/Notification$Action$WearableExtender;->DEFAULT_FLAGS:I7544 Landroid/app/Notification$Action$WearableExtender;->EXTRA_WEARABLE_EXTENSIONS:Ljava/lang/String;7545 Landroid/app/Notification$Action$WearableExtender;->FLAG_AVAILABLE_OFFLINE:I7546 Landroid/app/Notification$Action$WearableExtender;->FLAG_HINT_DISPLAY_INLINE:I7547 Landroid/app/Notification$Action$WearableExtender;->FLAG_HINT_LAUNCHES_ACTIVITY:I7548 Landroid/app/Notification$Action$WearableExtender;->KEY_CANCEL_LABEL:Ljava/lang/String;7549 Landroid/app/Notification$Action$WearableExtender;->KEY_CONFIRM_LABEL:Ljava/lang/String;7550 Landroid/app/Notification$Action$WearableExtender;->KEY_FLAGS:Ljava/lang/String;7551 Landroid/app/Notification$Action$WearableExtender;->KEY_IN_PROGRESS_LABEL:Ljava/lang/String;7552 Landroid/app/Notification$Action$WearableExtender;->mCancelLabel:Ljava/lang/CharSequence;[all …]
4681 …public static final class Notification.Action.WearableExtender implements android.app.Notification…4682 ctor public Notification.Action.WearableExtender();4683 ctor public Notification.Action.WearableExtender(android.app.Notification.Action);4684 method public android.app.Notification.Action.WearableExtender clone();4690 method public android.app.Notification.Action.WearableExtender setAvailableOffline(boolean);4691 …method public android.app.Notification.Action.WearableExtender setCancelLabel(java.lang.CharSequen…4692 …method public android.app.Notification.Action.WearableExtender setConfirmLabel(java.lang.CharSeque…4693 …method public android.app.Notification.Action.WearableExtender setInProgressLabel(java.lang.CharSe…4793 …public static final class Notification.WearableExtender implements android.app.Notification.Extend…4794 ctor public Notification.WearableExtender();[all …]
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...