Home
last modified time | relevance | path

Searched refs:notify (Results 1 – 25 of 66) sorted by relevance

123

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DWindowSurface.java40 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/
DFragmentRetainInstance.java184 mThread.notify(); in onActivityCreated()
198 mThread.notify(); in onDestroy()
216 mThread.notify(); in onDetach()
228 mThread.notify(); in restart()
DNotificationBackgroundService.java67 Button button = (Button) findViewById(R.id.notify); in onCreate()
88 mNM.notify(R.layout.notification_background_service, notification); in showNotification()
DStatusBarNotifications.java215 mNotificationManager.notify(MOOD_NOTIFICATIONS, notifBuidler.build()); in setMood()
243 mNotificationManager.notify(MOOD_NOTIFICATIONS, notif); in setMoodView()
268 mNotificationManager.notify( in setDefault()
DIncomingMessage.java143 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()
DLocalService.java118 mNM.notify(NOTIFICATION, notification); in showNotification()
DNotifyingService.java117 mNM.notify(MOOD_NOTIFICATIONS, notification); in showNotification()
DAlarmService_Service.java118 mNM.notify(R.string.alarm_service_started, notification); in showNotification()
/development/tools/winscope/src/app/
Dmediator.ts150 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/
DNotificationsActivity.java50 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/
DFindPhoneActivity.java67 .notify(FIND_PHONE_NOTIFICATION_ID, notification.build()); in onCreate()
83 .notify(FIND_PHONE_NOTIFICATION_ID, notification.build()); in updateNotification()
/development/tools/winscope/src/common/
Duser_notifier.ts31 static notify() { method in UserNotifier
/development/samples/USB/AdbTest/src/com/android/adb/
DAdbSocket.java60 notify(); in handleMessage()
/development/samples/browseable/ActiveNotifications/src/com.example.android.activenotifications/
DActiveNotificationsFragment.java120 mNotificationManager.notify(getNewNotificationId(), notification); in addNotificationAndUpdateSummaries()
145 mNotificationManager.notify(NOTIFICATION_GROUP_SUMMARY_ID, notification); in updateNotificationSummary()
/development/tools/winscope/src/trace_collection/wdp/
Dwdp_device_connection.ts102 UserNotifier.add(new ProxyTracingWarnings([warning])).notify();
180 UserNotifier.add(new ProxyTracingErrors([output])).notify();
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
DMainActivity.java98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
/development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
DMainActivity.java106 ((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/
Dparser_search.ts113 ).notify();
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DMediaNotificationManager.java203 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/
DMessageReplyReceiver.java58 notificationManager.notify(conversationId, repliedNotification); in onReceive()
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarmIntentService.java67 notificationManager.notify(alarm.id, builder.build()); in onHandleIntent()
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java311 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/
DMainActivity.java321 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/
Dapp_component_test.ts382 UserNotifier.notify();
390 UserNotifier.notify();
398 UserNotifier.notify();
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
DMainActivity.java105 nm.notify(0, notification); in createNotification()

123