Searched refs:mService (Results 101 - 125 of 317) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/hardware/hdmi/
H A DHdmiPlaybackClient.java84 mService.oneTouchPlay(getCallbackWrapper(callback));
103 mService.queryDisplayStatus(getCallbackWrapper(callback));
114 mService.sendStandby(getDeviceType(), HdmiDeviceInfo.idForCecDevice(ADDR_TV));
/frameworks/base/core/java/android/net/
H A DNetworkRecommendationProvider.java53 private final IBinder mService; field in class:NetworkRecommendationProvider
63 mService = new ServiceWrapper(context, executor);
80 return mService;
/frameworks/base/core/tests/coretests/src/android/print/mockservice/
H A DStubbablePrinterDiscoverySession.java29 private final PrintService mService; field in class:StubbablePrinterDiscoverySession
34 mService = service;
42 return mService;
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/mockservice/
H A DStubbablePrinterDiscoverySession.java29 private final PrintService mService; field in class:StubbablePrinterDiscoverySession
34 mService = service;
42 return mService;
/frameworks/base/services/core/java/com/android/server/am/
H A DAppWaitingForDebuggerDialog.java26 final ActivityManagerService mService; field in class:AppWaitingForDebuggerDialog
33 mService = service;
69 mService.killAppAtUsersRequest(mProc, AppWaitingForDebuggerDialog.this);
H A DAppErrors.java74 private final ActivityManagerService mService; field in class:AppErrors
102 mService = service;
119 final ProcessRecord r = mService.mProcessNames.get(pname, puid);
149 final ProcessRecord r = mService.mProcessNames.get(pname, puid);
280 synchronized (mService.mPidsSelfLocked) {
281 for (int i=0; i<mService.mPidsSelfLocked.size(); i++) {
282 ProcessRecord p = mService.mPidsSelfLocked.valueAt(i);
347 synchronized (mService) {
367 mService.mBatteryStatsService.noteProcessCrash(r.processName, r.uid);
385 mService
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DAppErrorDialogTest.java42 private ActivityManagerService mService; field in class:AppErrorDialogTest
47 mService = new ActivityManagerService(new ActivityManagerService.Injector() {
72 AppErrorDialog dialog = new AppErrorDialog(mContext, mService, data);
/frameworks/base/wifi/tests/src/android/net/wifi/
H A DWifiScannerTest.java44 private IWifiScanner mService; field in class:WifiScannerTest
60 when(mService.getMessenger()).thenReturn(server.getMessenger());
61 mWifiScanner = new WifiScanner(mContext, mService, mLooper.getLooper());
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java556 private IBluetooth mService; field in class:BluetoothAdapter
594 mService = managerService.registerAdapter(mManagerCallback);
707 if (mService != null) return mService.isEnabled();
847 if (mService != null) {
848 state = mService.getState();
890 if (mService != null) {
891 state = mService.getState();
1039 if (mService != null) {
1040 return mService
[all...]
H A DBluetoothGatt.java44 private IBluetoothGatt mService; field in class:BluetoothGatt
174 mService.clientConnect(mClientIf, mDevice.getAddress(),
336 mService.readCharacteristic(mClientIf, address, handle, authReq);
392 mService.writeCharacteristic(mClientIf, address, handle,
469 mService.readDescriptor(mClientIf, address, handle, authReq);
514 mService.writeDescriptor(mClientIf, address, handle,
632 mService = iGatt;
734 if (mService == null) return false;
742 mService.registerClient(new ParcelUuid(uuid), mBluetoothGattCallback);
756 if (mService
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DInputMonitor.java60 private final WindowManagerService mService; field in class:InputMonitor
119 synchronized (mService.mWindowMap) {
128 mService = service;
169 final EventReceiverInputConsumer consumer = new EventReceiverInputConsumer(mService,
180 final InputConsumerImpl consumer = new InputConsumerImpl(mService, name, inputChannel);
204 synchronized (mService.mWindowMap) {
224 synchronized (mService.mWindowMap) {
242 int systemAlertLayer = mService.mPolicy.getWindowLayerFromTypeLw(
254 mService.saveANRStateLocked(appWindowToken, windowState, reason);
258 mService
[all...]
H A DAppWindowContainerController.java249 atoken = createAppWindow(mService, token, voiceInteraction, task.getDisplayContent(),
321 return mService.updateOrientationFromAppTokens(displayConfig, binder, displayId);
387 + mToken + ", visible=" + visible + "): " + mService.mAppTransition
391 mService.mOpeningApps.remove(wtoken);
392 mService.mClosingApps.remove(wtoken);
403 mService.mUnknownAppVisibilityController.appRemovedOrHidden(wtoken);
405 if (!mService.mAppTransition.isTransitionSet()
406 && mService.mAppTransition.isReady()) {
410 mService.mOpeningApps.add(wtoken);
439 if (mService
[all...]
H A DAppWindowToken.java357 final AccessibilityController accessibilityController = mService.mAccessibilityController;
368 if (mService.applyAnimationLocked(this, lp, transit, visible, isVoiceInteraction)) {
400 forAllWindows(mService::makeWindowFreezingScreenIfNeededLocked, true);
407 mService.mInputMonitor.setUpdateInputWindowsNeededLw();
409 mService.updateFocusedWindowLocked(UPDATE_FOCUS_WILL_PLACE_SURFACES,
411 mService.mWindowPlacerLocked.performSurfacePlacement();
413 mService.mInputMonitor.updateInputWindowsLw(false /*force*/);
432 mService.mActivityManagerAppTransitionNotifier.onAppTransitionFinishedLocked(token);
446 if (!mService.mClosingApps.contains(this) && !mService
[all...]
H A DDisplayContent.java287 WindowManagerService mService; field in class:DisplayContent
341 mService.mWindowPlacerLocked.debugLayoutRepeats(
353 mService.mWindowPlacerLocked.debugLayoutRepeats(
422 final Handler handler = mService.mH;
432 final AppWindowToken focusedApp = mService.mFocusedApp;
487 final boolean gone = (mTmpWindow != null && mService.mPolicy.canBeHiddenByKeyguardLw(w))
527 mService.mPolicy.layoutWindowLw(w, null);
528 w.mLayoutSeq = mService.mLayoutSeq;
557 if (mTmpWindow != null && mService.mPolicy.canBeHiddenByKeyguardLw(w)) {
568 mService
[all...]
/frameworks/base/location/java/android/location/
H A DGeocoder.java51 private ILocationManager mService; field in class:Geocoder
85 mService = ILocationManager.Stub.asInterface(b);
133 String ex = mService.getFromLocation(latitude, longitude, maxResults,
175 String ex = mService.getFromLocationName(locationName,
247 String ex = mService.getFromLocationName(locationName,
H A DLocationManager.java65 private final ILocationManager mService; field in class:LocationManager
308 mService.locationCallbackFinished(this);
322 mService = service;
325 new GnssMeasurementCallbackTransport(mContext, mService);
327 new GnssNavigationMessageCallbackTransport(mContext, mService);
329 new BatchedLocationCallbackTransport(mContext, mService);
346 return mService.getAllProviders();
361 return mService.getProviders(null, enabledOnly);
381 ProviderProperties properties = mService.getProviderProperties(name);
404 return mService
[all...]
/frameworks/base/core/java/android/app/usage/
H A DStorageStatsManager.java57 private final IStorageStatsManager mService; field in class:StorageStatsManager
62 mService = Preconditions.checkNotNull(service);
69 return mService.isQuotaSupported(convert(storageUuid), mContext.getOpPackageName());
99 return mService.getTotalBytes(convert(storageUuid), mContext.getOpPackageName());
132 return mService.getFreeBytes(convert(storageUuid), mContext.getOpPackageName());
150 return mService.getCacheBytes(convert(storageUuid), mContext.getOpPackageName());
199 return mService.queryStatsForPackage(convert(storageUuid), packageName,
241 return mService.queryStatsForUid(convert(storageUuid), uid,
279 return mService.queryStatsForUser(convert(storageUuid), user.getIdentifier(),
316 return mService
[all...]
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java47 private final ResolveInfo mService; field in class:SpellCheckerInfo
68 mService = service;
149 mService = ResolveInfo.CREATOR.createFromParcel(source);
166 mService.serviceInfo.packageName, mService.serviceInfo.name);
173 return mService.serviceInfo.packageName;
187 mService.writeToParcel(dest, flags);
215 return pm.getText(getPackageName(), mLabel, mService.serviceInfo.applicationInfo);
224 return mService.loadIcon(pm);
233 return mService
[all...]
/frameworks/base/media/java/android/media/midi/
H A DMidiManager.java58 private final IMidiManager mService; field in class:MidiManager
163 mService = service;
184 mService.registerListener(mToken, deviceListener);
200 mService.unregisterListener(mToken, deviceListener);
214 return mService.getDevices();
254 device = new MidiDevice(deviceInfoF, server, mService, mToken, deviceToken);
263 mService.openDevice(mToken, deviceInfo, callback);
292 device = new MidiDevice(deviceInfo, server, mService, mToken, deviceToken);
302 mService.openBluetoothDevice(mToken, bluetoothDevice, callback);
313 MidiDeviceServer server = new MidiDeviceServer(mService, inputPortReceiver
[all...]
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillManagerServiceShellCommand.java35 private final AutofillManagerService mService; field in class:AutofillManagerServiceShellCommand
38 mService = service;
122 final int logLevel = mService.getLogLevel();
143 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_VERBOSE);
146 mService.setLogLevel(AutofillManager.FLAG_ADD_CLIENT_DEBUG);
149 mService.setLogLevel(0);
158 pw.println(mService.getMaxPartitions());
163 mService.setMaxPartitions(Integer.parseInt(getNextArgRequired()));
180 return requestSessionCommon(pw, latch, () -> mService.destroySessions(userId, receiver));
201 return requestSessionCommon(pw, latch, () -> mService
[all...]
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java35 private final Service mService; field in class:NotificationHelper
47 mService = service;
51 String pkg = mService.getPackageName();
53 mIntents.put(R.drawable.ic_pause, PendingIntent.getBroadcast(mService, 100, new Intent(
56 mIntents.put(R.drawable.ic_play_arrow, PendingIntent.getBroadcast(mService, 100,
59 mIntents.put(R.drawable.ic_skip_previous, PendingIntent.getBroadcast(mService, 100,
62 mIntents.put(R.drawable.ic_skip_next, PendingIntent.getBroadcast(mService, 100,
65 mIntents.put(R.drawable.ic_fast_rewind, PendingIntent.getBroadcast(mService, 100,
68 mIntents.put(R.drawable.ic_fast_forward, PendingIntent.getBroadcast(mService, 100,
87 mService
[all...]
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java275 private final IWallpaperManager mService; field in class:WallpaperManager.Globals
282 mService = IWallpaperManager.Stub.asInterface(b);
302 if (mService != null) {
304 if (!mService.isWallpaperSupported(context.getOpPackageName())) {
349 if (mService == null) {
356 ParcelFileDescriptor fd = mService.getWallpaper(this, FLAG_SYSTEM,
417 return sGlobals.mService;
502 if (sGlobals.mService == null) {
769 if (sGlobals.mService == null) {
775 return sGlobals.mService
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java52 private IGeofenceHardware mService; field in class:GeofenceHardware
172 mService = service;
189 return mService.getMonitoringTypes();
212 return mService.getStatusOfMonitoringType(monitoringType);
272 return mService.addCircularFence(
308 return mService.removeGeofence(geofenceId, monitoringType);
338 return mService.pauseGeofence(geofenceId, monitoringType);
370 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition);
401 return mService.registerForMonitorStateChangeCallback(monitoringType,
430 result = mService
[all...]
/frameworks/base/tests/testables/src/android/testing/
H A DTestableContext.java70 private LeakCheck.Tracker mService; field in class:TestableContext
85 mService = check != null ? check.getTracker("service") : null;
175 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable());
183 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable());
191 if (mService != null) mService.getLeakInfo(conn).addAllocation(new Throwable());
208 if (mService != null) mService
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaSessionManager.java70 private final ISessionManager mService; field in class:MediaSessionManager
86 mService = ISessionManager.Stub.asInterface(b);
98 return mService.createSession(mContext.getPackageName(), cbStub, tag, userId);
138 List<IBinder> binders = mService.getSessions(notificationListener, userId);
226 mService.addSessionsListener(wrapper.mStub, notificationListener, userId);
248 mService.removeSessionsListener(wrapper.mStub);
267 mService.setRemoteVolumeController(rvc);
292 mService.dispatchMediaKeyEvent(keyEvent, needWakeLock);
307 mService.dispatchVolumeKeyEvent(keyEvent, stream, musicOnly);
327 mService
[all...]

Completed in 664 milliseconds

1234567891011>>