HomeSort by relevance Sort by last modified time
    Searched refs:mWrapper (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 47 private INotificationListenerWrapper mWrapper = null;
116 getNotificationInterface().cancelNotificationFromListener(mWrapper, pkg, tag, id);
135 getNotificationInterface().cancelAllNotificationsFromListener(mWrapper);
149 return getNotificationInterface().getActiveNotificationsFromListener(mWrapper);
158 if (mWrapper == null) {
159 mWrapper = new INotificationListenerWrapper();
161 return mWrapper;
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
AdapterInputConnectionTest.java 27 private TestInputMethodManagerWrapper mWrapper;
34 mWrapper = new TestInputMethodManagerWrapper(getActivity());
36 ImeAdapter imeAdapter = new TestImeAdapter(mWrapper, delegate);
47 mWrapper.verifyUpdateSelectionCall(0, 1, 1, 0 ,1);
51 mWrapper.verifyUpdateSelectionCall(1, 2, 2, 0 ,2);
55 mWrapper.verifyUpdateSelectionCall(2, 3, 3, 0, 3);
59 mWrapper.verifyUpdateSelectionCall(3, 4, 4, 0, 4);
67 assertEquals(0, mWrapper.getUpdateSelectionCallCount());
69 assertEquals(0, mWrapper.getUpdateSelectionCallCount());
72 assertEquals(0, mWrapper.getUpdateSelectionCallCount())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectResources.java 68 private final IntArrayWrapper mWrapper = new IntArrayWrapper(null);
202 mWrapper.set(id);
203 return mStyleableValueToNameMap.get(mWrapper);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 79 : mWrapper(wrapper) {
83 player->performSetSurface(mWrapper);
87 sp<NativeWindowWrapper> mWrapper;
    [all...]

Completed in 778 milliseconds