OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:networkqueryservice
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.aidl
24
*
NetworkQueryService
to fix 1128695
OperatorInfo.java
119
*
NetworkQueryService
to fix 1128695.
/packages/services/Telephony/src/com/android/phone/
INetworkQueryServiceCallback.aidl
23
*
NetworkQueryService
. These objects are used to notify that a
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 {
/packages/services/Telephony/
AndroidManifest.xml
344
<service android:name="
NetworkQueryService
" />
[
all
...]
Completed in 140 milliseconds