OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needNotify
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java
102
public boolean
needNotify
;
141
if (notif.
needNotify
&& notif.needVerify && mPopupImmediately)
148
if (notif.
needNotify
&& !notif.needVerify ||
149
notif.
needNotify
&& notif.needVerify && !mPopupImmediately)
160
if ( notif.
needNotify
&& !notif.needVerify ||
161
!notif.
needNotify
&& !notif.needVerify ||
/packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java
340
boolean
needNotify
= false;
347
if (
needNotify
) {
348
needNotify
= false;
361
needNotify
= true;
/frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java
[
all
...]
Completed in 917 milliseconds