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

/frameworks/base/services/java/com/android/server/
H A DTwilightService.java286 private static final int MSG_PROCESS_NEW_LOCATION = 3; field in class:TwilightService.LocationHandler
307 Message msg = obtainMessage(MSG_PROCESS_NEW_LOCATION, location);
326 case MSG_PROCESS_NEW_LOCATION: {

Completed in 36 milliseconds