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
137
* Service connection code for the
NetworkQueryService
.
151
mNetworkQueryService = ((
NetworkQueryService
.LocalBinder) service).getService();
242
startService (new Intent(this,
NetworkQueryService
.class));
243
bindService (new Intent(this,
NetworkQueryService
.class), mNetworkQueryServiceConnection,
404
// "Load list" dialog will not show, if
NetworkQueryService
is
412
if (status !=
NetworkQueryService
.QUERY_OK) {
NetworkQueryService.java
39
public class
NetworkQueryService
extends Service {
Completed in 32 milliseconds