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
/packages/services/Telephony/src/com/android/phone/
INetworkQueryServiceCallback.aidl
23
*
NetworkQueryService
. These objects are used to notify that a
NetworkSetting.java
141
* Service connection code for the
NetworkQueryService
.
155
mNetworkQueryService = ((
NetworkQueryService
.LocalBinder) service).getService();
254
startService (new Intent(this,
NetworkQueryService
.class));
255
bindService (new Intent(this,
NetworkQueryService
.class), mNetworkQueryServiceConnection,
417
// "Load list" dialog will not show, if
NetworkQueryService
is
425
if (status !=
NetworkQueryService
.QUERY_OK) {
NetworkQueryService.java
39
public class
NetworkQueryService
extends Service {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
OperatorInfo.java
113
*
NetworkQueryService
to fix 1128695.
/packages/services/Telephony/
AndroidManifest.xml
288
<service android:name="
NetworkQueryService
" />
Completed in 1338 milliseconds