OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NetworkQueryService
(Results
1 - 2
of
2
) sorted by null
/packages/services/Telephony/src/com/android/phone/
NetworkSetting.java
149
* Service connection code for the
NetworkQueryService
.
163
mNetworkQueryService = ((
NetworkQueryService
.LocalBinder) service).getService();
274
startService (new Intent(this,
NetworkQueryService
.class));
275
bindService (new Intent(this,
NetworkQueryService
.class).setAction(
276
NetworkQueryService
.ACTION_LOCAL_BINDER),
468
// "Load list" dialog will not show, if
NetworkQueryService
is
476
if (status !=
NetworkQueryService
.QUERY_OK) {
NetworkQueryService.java
41
public class
NetworkQueryService
extends Service {
Completed in 916 milliseconds