OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Stub
(Results
151 - 175
of
253
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/frameworks/base/core/java/android/app/
ActivityManagerNative.java
271
= b != null ? IIntentReceiver.
Stub
.asInterface(b) : null;
292
IIntentReceiver rec = IIntentReceiver.
Stub
.asInterface(b);
308
b != null ? IIntentReceiver.
Stub
.asInterface(b) : null;
425
? IThumbnailReceiver.
Stub
.asInterface(receiverBinder)
662
IServiceConnection conn = IServiceConnection.
Stub
.asInterface(b);
672
IServiceConnection conn = IServiceConnection.
Stub
.asInterface(b);
717
IInstrumentationWatcher w = IInstrumentationWatcher.
Stub
.asInterface(b);
808
IIntentSender r = IIntentSender.
Stub
.asInterface(
817
IIntentSender r = IIntentSender.
Stub
.asInterface(
[
all
...]
ContextImpl.java
[
all
...]
NativeActivity.java
122
static class InputMethodCallback extends IInputMethodCallback.
Stub
{
139
//
Stub
-- not for use in the client.
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndTest.java
633
IAccessibilityServiceDelegateConnection.
Stub
716
IAccessibilityServiceDelegate.
Stub
implements Handler.Callback {
/frameworks/base/core/java/android/speech/tts/
TextToSpeech.java
444
mITts = ITts.
Stub
.asInterface(service);
[
all
...]
/frameworks/base/location/java/android/location/
LocationManager.java
160
private class ListenerTransport extends ILocationListener.
Stub
{
[
all
...]
/frameworks/base/media/java/android/media/
AudioManager.java
356
sService = IAudioService.
Stub
.asInterface(b);
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
694
private final IBluetoothPbap.
Stub
mBinder = new IBluetoothPbap.
Stub
() {
/cts/tests/tests/app/src/android/app/cts/
AlarmManagerTest.java
142
mSecondaryService = ISecondary.
Stub
.asInterface(service);
/frameworks/base/core/java/android/accounts/
AbstractAccountAuthenticator.java
118
private class Transport extends IAccountAuthenticator.
Stub
{
AccountManager.java
[
all
...]
/frameworks/base/core/java/android/bluetooth/
BluetoothAdapter.java
307
IBluetooth service = IBluetooth.
Stub
.asInterface(b);
[
all
...]
BluetoothDevice.java
355
sService = IBluetooth.
Stub
.asInterface(b);
BluetoothHeadset.java
497
mService = IBluetoothHeadset.
Stub
.asInterface(service);
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java
205
return IMountService.
Stub
.asInterface(service);
/frameworks/base/policy/src/com/android/internal/policy/impl/
SimUnlockScreen.java
158
final boolean result = ITelephony.
Stub
.asInterface(ServiceManager
/frameworks/base/services/java/com/android/server/am/
BatteryStatsService.java
41
public final class BatteryStatsService extends IBatteryStats.
Stub
{
PendingIntentRecord.java
32
class PendingIntentRecord extends IIntentSender.
Stub
{
/frameworks/base/services/java/com/android/server/location/
LocationProviderProxy.java
93
mProvider = ILocationProvider.
Stub
.asInterface(service);
/frameworks/base/voip/java/android/net/sip/
SipManager.java
158
mSipService = ISipService.
Stub
.asInterface(b);
/packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java
86
IClipboard clip = IClipboard.
Stub
.asInterface(ServiceManager.getService("clipboard"));
/packages/apps/Phone/src/com/android/phone/
NetworkSetting.java
159
private final INetworkQueryServiceCallback mCallback = new INetworkQueryServiceCallback.
Stub
() {
/packages/apps/Settings/src/com/android/settings/deviceinfo/
Memory.java
145
mMountService = IMountService.
Stub
.asInterface(service);
/development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java
254
private class ActivityController extends IActivityController.
Stub
{
892
mWm = IWindowManager.
Stub
.asInterface(ServiceManager.getService("window"));
899
mPm = IPackageManager.
Stub
.asInterface(ServiceManager.getService("package"));
[
all
...]
/frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java
73
mPm = IPackageManager.
Stub
.asInterface(ServiceManager.getService("package"));
545
class PackageInstallObserver extends IPackageInstallObserver.
Stub
{
702
class PackageDeleteObserver extends IPackageDeleteObserver.
Stub
{
[
all
...]
Completed in 939 milliseconds
1
2
3
4
5
6
7
8
9
10
11