Searched refs:setNotification (Results 1 – 2 of 2) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
D | StopwatchService.java | 70 setNotification(mStartTime - mElapsedTime, true, mNumLaps); in onStartCommand() 79 setNotification(mStartTime - mElapsedTime, true, mNumLaps); in onStartCommand() 87 setNotification(actionTime - mElapsedTime, false, mNumLaps); in onStartCommand() 145 private void setNotification(long clockBaseTime, boolean clockRunning, int numLaps) { in setNotification() method in StopwatchService 291 setNotification(clockBaseTime, clockRunning, numLaps); in showSavedNotification()
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
D | BootReminder.java | 83 setNotification(context, resumeProfileOwnerPrvIntent); in onReceive() 140 setNotification(context, null); in cancelProvisioningReminder() 160 private static void setNotification(Context context, Intent intent) { in setNotification() method in BootReminder
|