/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/Support4Demos/src/com/example/android/supportv4/app/ |
D | FragmentRetainInstanceSupport.java | 185 mThread.notify(); in onActivityCreated() 199 mThread.notify(); in onDestroy() 217 mThread.notify(); in onDetach() 229 mThread.notify(); in restart()
|
/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 | 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 | AlarmService_Service.java | 118 mNM.notify(R.string.alarm_service_started, notification); in showNotification()
|
D | NotifyingService.java | 117 mNM.notify(MOOD_NOTIFICATIONS, notification); in showNotification()
|
/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/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/ |
D | NotificationsActivity.java | 63 nm.notify("direct_tag", R.id.direct_notification, builder.getNotification()); in onPostDirect() 78 nm.notify("interstitial_tag", R.id.interstitial_notification, builder.getNotification()); in onPostInterstitial()
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
D | gpio-switch.h | 33 void (* notify)(void *data, int state); member
|
/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() 156 mNotificationManager.notify(NOTIFICATION_GROUP_SUMMARY_ID, notification); in updateNotificationSummary()
|
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/ |
D | MainActivity.java | 98 notificationManager.notify(NOTIFICATION_ID, builder.build()); in sendNotification()
|
/development/tools/emulator/test-apps/SmokeTests/src/com/android/emulator/smoketests/gps/ |
D | GpsLocationTest.java | 78 this.notify(); in onLocationChanged()
|
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/ |
D | AlarmIntentService.java | 57 notificationManager.notify(alarm.id, builder.build()); in onHandleIntent()
|
/development/tools/hosttestlib/src/com/android/hosttest/ |
D | DeviceConnector.java | 91 notify(); in setDevice()
|
/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/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/Support4Demos/src/com/example/android/supportv4/media/ |
D | MediaNotificationManager.java | 209 mNotificationManager.notify(NOTIFICATION_ID, notification); 220 mNotificationManager.notify(NOTIFICATION_ID, notification); 345 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/ndk/platforms/android-3/include/ |
D | thread_db.h | 130 …ern td_err_e td_ta_event_addr(td_thragent_t const * agent, td_event_e event, td_notify_t * notify);
|
/development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/ |
D | MainActivity.java | 105 nm.notify(0, notification); in createNotification()
|
/development/samples/Alarm/src/com/example/android/newalarm/ |
D | AlarmService.java | 205 mNotificationManager.notify( in showNotification()
|