Home
last modified time | relevance | path

Searched refs:FAKE_LOCATION (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/phone/callcomposer/
DCallComposerPictureManager.java86 public static final Location FAKE_LOCATION = new Location(""); field in CallComposerPictureManager
89 FAKE_LOCATION.setLatitude(35.027526);
90 FAKE_LOCATION.setLongitude(-111.021696);
/packages/services/Telephony/src/com/android/services/telephony/
DPstnIncomingCallNotifier.java309 CallComposerPictureManager.FAKE_LOCATION); in sendIncomingCallIntent()