Searched defs:mNiNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/location/java/com/android/internal/location/
H A DGpsNetInitiatedHandler.java176 private Notification mNiNotification; field in class:GpsNetInitiatedHandler
371 if (mNiNotification == null) {
372 mNiNotification = new Notification();
373 mNiNotification.icon = com.android.internal.R.drawable.stat_sys_gps_on; /* Change notification icon here */
374 mNiNotification.when = 0;
378 mNiNotification.defaults |= Notification.DEFAULT_SOUND;
380 mNiNotification.defaults &= ~Notification.DEFAULT_SOUND;
383 mNiNotification.flags = Notification.FLAG_ONGOING_EVENT | Notification.FLAG_AUTO_CANCEL;
384 mNiNotification.tickerText = getNotifTicker(notif, mContext);
389 mNiNotification
[all...]

Completed in 7 milliseconds