Searched refs:im (Results 1 – 25 of 25) sorted by relevance
37 .forEach { im ->38 if (im.isStatic && im.isAsterisk && im.name.toString() == className) {40 "methods are not supported.", ParsingContext(fileName, im))50 .any { im ->51 !im.isStatic &&52 ((!im.isAsterisk && im.name.toString() == className) ||53 (im.isAsterisk && im.name.toString() == packageName))59 .filter { im ->60 im.isStatic &&61 im.name.toString().substringBeforeLast('.') == className[all …]
221 int ip = 0, im = 0; in matchGlobPattern() local223 while ((ip<NP) && (im<NM)) { in matchGlobPattern()252 im++; in matchGlobPattern()253 } while (im < NM); in matchGlobPattern()254 if (im == NM) { in matchGlobPattern()261 im++; in matchGlobPattern()268 im++; in matchGlobPattern()275 im++; in matchGlobPattern()279 if (ip >= NP && im >= NM) { in matchGlobPattern()469 int ip = 0, im = 0;[all …]
7472 int im = SystemProto.BatteryLevelStep.IM_MIXED; in dumpDurationSteps() local7474 im = (initMode & STEP_LEVEL_MODE_DEVICE_IDLE) != 0 in dumpDurationSteps()7477 proto.write(SystemProto.BatteryLevelStep.IDLE_MODE, im); in dumpDurationSteps()
458 mInputManager = im; in NativeInputManager()1690 NativeInputManager* im = nullptr; in nativeInit() local1864 im->pilferPointers(token); in nativePilferPointers()1984 im->setFocusedDisplay(displayId); in nativeSetFocusedDisplay()2043 im->setPointerSpeed(speed); in nativeSetPointerSpeed()2082 im->setShowTouches(enabled); in nativeSetShowTouches()2088 im->setInteractive(interactive); in nativeSetInteractive()2094 im->reloadCalibration(); in nativeReloadCalibration()2356 im->dump(dump); in nativeDump()2399 im->reloadPointerIcons(); in nativeReloadPointerIcons()[all …]
139 KeyListener im = getKeyListener(event); in onKeyDown() local141 return im.onKeyDown(view, content, keyCode, event); in onKeyDown()147 KeyListener im = getKeyListener(event); in onKeyUp() local149 return im.onKeyUp(view, content, keyCode, event); in onKeyUp()154 KeyListener im = getKeyListener(event); in onKeyOther() local156 return im.onKeyOther(view, content, event); in onKeyOther()
339 IntentMatcher im = new IntentMatcher( in testValidComponent_fail_noComponentFound() local341 when(mPackageManagerInternal.resolveService(argThat(im), nullable(String.class), eq(0L), in testValidComponent_fail_noComponentFound()359 IntentMatcher im = new IntentMatcher( in testValidComponent_fail_notEnabled() local361 when(mPackageManagerInternal.resolveService(argThat(im), nullable(String.class), eq(0L), in testValidComponent_fail_notEnabled()381 IntentMatcher im = new IntentMatcher( in testValidComponent_fail_noPermission() local383 when(mPackageManagerInternal.resolveService(argThat(im), nullable(String.class), eq(0L), in testValidComponent_fail_noPermission()405 IntentMatcher im = new IntentMatcher( in testValidComponent_fail_notExported() local407 when(mPackageManagerInternal.resolveService(argThat(im), nullable(String.class), eq(0L), in testValidComponent_fail_notExported()429 IntentMatcher im = new IntentMatcher( in testValidComponent_pass() local431 when(mPackageManagerInternal.resolveService(argThat(im), nullable(String.class), eq(0L), in testValidComponent_pass()[all …]
146 for (int im=0; im<memStates.length; im++) { in dump()148 final int imem = memStates[im]; in dump()
272 for (int im = 0; im < memStates.length; im++) { in dumpState()275 final int imem = memStates[im]; in dumpState()
929 for (int im=0; im<memStates.length; im++) { in computeProcessTimeLocked()931 int bucket = ((screenStates[is] + memStates[im]) * STATE_COUNT) in computeProcessTimeLocked()999 for (int im=0; im<memStates.length; im++) { in dumpProcessState()1002 final int imem = memStates[im]; in dumpProcessState()1050 for (int im=0; im<memStates.length; im++) { in dumpPss()1053 final int imem = memStates[im]; in dumpPss()1202 for (int im=0; im<data.memStates.length; im++) { in computeProcessData()1204 int bucket = ((data.screenStates[is] + data.memStates[im]) * STATE_COUNT) in computeProcessData()
438 for (int im=0; im<NM; im++) { in dumpStateHeadersCsv()450 printMemLabelCsv(pw, memStates[im]); in dumpStateHeadersCsv()
472 for (int im=0; im<data.memStates.length; im++) { in computeTotalMemoryUse()473 int memBucket = data.screenStates[is] + data.memStates[im]; in computeTotalMemoryUse()
136 InputMethodManager im = (InputMethodManager) context.getSystemService( in setStubIme() local138 List<InputMethodInfo> infos = im.getInputMethodList(); in setStubIme()
200 StrictJarManifestReader im = new StrictJarManifestReader(buf, mainAttributes); in read() local201 mainEnd = im.getEndOfMainSection(); in read()202 im.readEntries(entries, chunks); in read()
393 StrictJarManifestReader im = new StrictJarManifestReader(sfBytes, attributes); in verifyCertificate() local394 im.readEntries(entries, null); in verifyCertificate()
174 final InputMethodInfo im = mIms[which]; in showInputMethodMenu()178 if (im != null) { in showInputMethodMenu()179 if (subtypeId < 0 || subtypeId >= im.getSubtypeCount()) { in showInputMethodMenu()182 mService.setInputMethodLocked(im.getId(), subtypeId); in showInputMethodMenu()
4476 final InputManager im = mContext.getSystemService(InputManager.class); in registerDeviceListenerAndCheckStylusSupport() local4477 final IntArray stylusIds = getStylusInputDeviceIds(im); in registerDeviceListenerAndCheckStylusSupport()4484 im.registerInputDeviceListener(new InputManager.InputDeviceListener() { in registerDeviceListenerAndCheckStylusSupport()4487 InputDevice device = im.getInputDevice(deviceId); in registerDeviceListenerAndCheckStylusSupport()4500 InputDevice device = im.getInputDevice(deviceId); in registerDeviceListenerAndCheckStylusSupport()4626 private static IntArray getStylusInputDeviceIds(InputManager im) { in getStylusInputDeviceIds() argument4628 for (int id : im.getInputDeviceIds()) { in getStylusInputDeviceIds()4629 if (!im.isInputDeviceEnabled(id)) { in getStylusInputDeviceIds()4632 InputDevice device = im.getInputDevice(id); in getStylusInputDeviceIds()
358 final InputManagerGlobal im = InputManagerGlobal.getInstance(); in load() local359 InputDevice inputDevice = im.getInputDevice(deviceId); in load()361 inputDevice = im.getInputDevice(VIRTUAL_KEYBOARD); in load()
200 InputManager im = context.getSystemService(InputManager.class); in init() local201 im.registerOnTabletModeChangedListener(this, mHandler); in init()202 mInTabletMode = im.isInTabletMode(); in init()
383 String im = Settings.Secure.getString( in getCurrentInputMethodPackageName() local386 ComponentName cn = ComponentName.unflattenFromString(im); in getCurrentInputMethodPackageName()
109 public InputManagerGlobal(IInputManager im) { in InputManagerGlobal() argument110 mIm = im; in InputManagerGlobal()
272 IdmapManager im = new IdmapManager(IdmapDaemon.getInstance(), mPackageManager); in OverlayManagerService() local274 mImpl = new OverlayManagerServiceImpl(mPackageManager, im, mSettings, in OverlayManagerService()
1101 public static WindowManagerService main(final Context context, final InputManagerService im, in main() argument1104 return main(context, im, showBootMsgs, policy, atm, new DisplayWindowSettingsProvider(), in main()1113 public static WindowManagerService main(final Context context, final InputManagerService im, in main() argument1120 wms[0] = new WindowManagerService(context, im, showBootMsgs, policy, atm, in main()
5269 InputManager im = mContext.getSystemService(InputManager.class); in setMicMuteFromSwitchInput() local5270 final int isMicMuted = im.isMicMuted(); in setMicMuteFromSwitchInput()5272 setMicrophoneMuteFromSwitch(im.isMicMuted() != InputManager.SWITCH_STATE_OFF); in setMicMuteFromSwitchInput()
35697 … @Deprecated public static final String CONTENT_IM_ITEM_TYPE = "vnd.android.cursor.item/jabber-im";36097 field public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/im";55700 field public static final String SERVICE_META_DATA = "android.view.im";
Error! Your browser does not support the video tag. There was an error! Java heap space java.lang.OutOfMemoryError: Java heap space
Java heap space
java.lang.OutOfMemoryError: Java heap space