/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | WindowSurface.java | 40 mDrawingThread.notify(); in onPause() 51 mDrawingThread.notify(); in onResume() 62 mDrawingThread.notify(); in onDestroy() 70 mDrawingThread.notify(); in surfaceCreated() 87 mDrawingThread.notify(); in surfaceDestroyed() 192 notify(); in run() 205 notify(); in run()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | FragmentRetainInstance.java | 184 mThread.notify(); in onActivityCreated() 198 mThread.notify(); in onDestroy() 216 mThread.notify(); in onDetach() 228 mThread.notify(); in restart()
|
D | NotificationBackgroundService.java | 67 Button button = (Button) findViewById(R.id.notify); in onCreate() 88 mNM.notify(R.layout.notification_background_service, notification); in showNotification()
|
D | StatusBarNotifications.java | 215 mNotificationManager.notify(MOOD_NOTIFICATIONS, notifBuidler.build()); in setMood() 243 mNotificationManager.notify(MOOD_NOTIFICATIONS, notif); in setMoodView() 268 mNotificationManager.notify( in setDefault()
|
D | IncomingMessage.java | 143 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build()); in showAppNotification() 198 nm.notify(R.string.imcoming_message_ticker_text, notifBuilder.build()); in showInterstitialNotification()
|
D | LocalService.java | 118 mNM.notify(NOTIFICATION, notification); in showNotification()
|
D | NotifyingService.java | 117 mNM.notify(MOOD_NOTIFICATIONS, notification); in showNotification()
|
D | AlarmService_Service.java | 118 mNM.notify(R.string.alarm_service_started, notification); in showNotification()
|
/development/tools/winscope/src/app/ |
D | mediator.ts | 150 UserNotifier.notify(); 184 UserNotifier.notify(); 201 UserNotifier.notify(); 264 UserNotifier.notify(); 274 UserNotifier.notify(); 304 UserNotifier.add(new NoTraceTargetsSelected()).notify(); 483 UserNotifier.notify(); 490 UserNotifier.notify();
|
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/ |
D | NotificationsActivity.java | 50 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification()); in onPostDirect() 65 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification()); in onPostInterstitial()
|
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/ |
D | FindPhoneActivity.java | 67 .notify(FIND_PHONE_NOTIFICATION_ID, notification.build()); in onCreate() 83 .notify(FIND_PHONE_NOTIFICATION_ID, notification.build()); in updateNotification()
|
/development/tools/winscope/src/common/ |
D | user_notifier.ts | 31 static notify() { method in UserNotifier
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
D | AdbSocket.java | 60 notify(); in handleMessage()
|
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/ |
D | ActiveNotificationsFragment.java | 120 mNotificationManager.notify(getNewNotificationId(), notification); in addNotificationAndUpdateSummaries() 145 mNotificationManager.notify(NOTIFICATION_GROUP_SUMMARY_ID, notification); in updateNotificationSummary()
|
/development/tools/winscope/src/trace_collection/wdp/ |
D | wdp_device_connection.ts | 102 UserNotifier.add(new ProxyTracingWarnings([warning])).notify(); 180 UserNotifier.add(new ProxyTracingErrors([output])).notify();
|
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/ |
D | MainActivity.java | 98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
|
/development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/ |
D | MainActivity.java | 106 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).notify(0, notification); in onTimerSelected() 120 ((NotificationManager) getSystemService(NOTIFICATION_SERVICE)).notify(0, notification); in onTimerFinished()
|
/development/tools/winscope/src/parsers/search/ |
D | parser_search.ts | 113 ).notify();
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/ |
D | MediaNotificationManager.java | 203 mNotificationManager.notify(NOTIFICATION_ID, notification); 214 mNotificationManager.notify(NOTIFICATION_ID, notification); 349 mNotificationManager.notify(NOTIFICATION_ID, builder.build()); in fetchBitmapFromURLAsync()
|
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/ |
D | MessageReplyReceiver.java | 58 notificationManager.notify(conversationId, repliedNotification); in onReceive()
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | AlarmIntentService.java | 67 notificationManager.notify(alarm.id, builder.build()); in onHandleIntent()
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/ |
D | StandaloneMainActivity.java | 311 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigTextStyleNotification() 452 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigPictureStyleNotification() 543 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateInboxStyleNotification() 714 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateMessagingStyleNotification()
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/ |
D | MainActivity.java | 321 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigTextStyleNotification() 485 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateBigPictureStyleNotification() 614 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateInboxStyleNotification() 808 mNotificationManagerCompat.notify(NOTIFICATION_ID, notification); in generateMessagingStyleNotification()
|
/development/tools/winscope/src/app/components/ |
D | app_component_test.ts | 382 UserNotifier.notify(); 390 UserNotifier.notify(); 398 UserNotifier.notify();
|
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/ |
D | MainActivity.java | 105 nm.notify(0, notification); in createNotification()
|