HomeSort by relevance Sort by last modified time
    Searched full:stub (Results 926 - 950 of 1318) sorted by null

<<31323334353637383940>>

  /frameworks/base/core/java/android/content/
ContentProviderNative.java 101 IContentObserver observer = IContentObserver.Stub.
ContentService.java 40 public final class ContentService extends IContentService.Stub {
SyncManager.java 372 ContentResolver.SYNC_OBSERVER_TYPE_SETTINGS, new ISyncStatusObserver.Stub() {
457 ISyncAdapter.Stub.asInterface(service).initialize(mAccount, mAuthority);
    [all...]
  /frameworks/base/core/java/android/net/
MobileDataStateTracker.java 237 mPhoneService = ITelephony.Stub.asInterface(ServiceManager.getService("phone"));
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 47 public class BluetoothA2dpService extends IBluetoothA2dp.Stub {
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 368 IWindowManager wm = IWindowManager.Stub.asInterface(ServiceManager.getService("window"));
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 88 public class InputMethodManagerService extends IInputMethodManager.Stub
435 class MethodCallback extends IInputMethodCallback.Stub {
453 mIWindowManager = IWindowManager.Stub.asInterface(
831 mCurMethod = IInputMethod.Stub.asInterface(service);
    [all...]
TelephonyRegistry.java 50 class TelephonyRegistry extends ITelephonyRegistry.Stub {
WifiService.java 94 public class WifiService extends IWifiManager.Stub {
215 nwService = INetworkManagementService.Stub.asInterface(b);
294 INetworkManagementService service = INetworkManagementService.Stub.asInterface(b);
    [all...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/
Makefile 381 # Recursively builds the linux OS stub object file
  /packages/apps/IM/src/com/android/im/service/
ChatSessionAdapter.java 50 public class ChatSessionAdapter extends IChatSession.Stub {
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/
collect2 
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/
collect2 
  /system/wlan/ti/wilink_6_1/platforms/os/linux/
Makefile 401 # Recursively builds the linux OS stub object file
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 19 import com.android.cts.stub.R;
810 assertEquals("com.android.cts.stub", mContextWrapper.getPackageName());
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 261 com.android.cts.stub.R.drawable.testimage);
266 com.android.cts.stub.R.drawable.testimage);
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 19 import com.android.cts.stub.R;
59 super("com.android.cts.stub", AnimationTestStubActivity.class);
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 19 import com.android.cts.stub.R;
64 super("com.android.cts.stub", WindowStubActivity.class);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java 19 import com.android.cts.stub.R;
60 super("com.android.cts.stub", MockPopupWindowStubActivity.class);
    [all...]
  /external/webkit/JavaScriptCore/jit/
JIT.h 170 // Near calls can only be patched to other JIT code, regular calls can be patched to JIT code or relinked to stub functions.
184 // regT0 has two special meanings. The return value from a stub
    [all...]
  /frameworks/base/docs/html/guide/tutorials/
hello-world.jd 111 reside under. This also sets the package name under which the stub
121 <dd>This is the name for the class stub that will be generated by the plugin.
  /frameworks/base/docs/html/resources/tutorials/
hello-world.jd 132 reside under. This also sets the package name under which the stub
142 <dd>This is the name for the class stub that will be generated by the plugin.
  /frameworks/policies/base/mid/com/android/internal/policy/impl/
MidWindowManager.java 534 return IAudioService.Stub.asInterface(ServiceManager.checkService(Context.AUDIO_SERVICE));
625 IStatusBar sbs = IStatusBar.Stub.asInterface(ServiceManager.getService("statusbar"));
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
RecentCallsListActivity.java 772 ITelephony.Stub.asInterface(ServiceManager.getService("phone"));
    [all...]
  /frameworks/base/docs/html/guide/topics/
fundamentals.jd     [all...]

Completed in 199 milliseconds

<<31323334353637383940>>