Searched refs:isException (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/ |
D | LogicalChannelMocker.java | 47 boolean isException = responseObject instanceof Throwable; in mockOpenLogicalChannelResponse() 48 int[] responseInts = isException ? null : getSelectResponse(responseObject.toString()); in mockOpenLogicalChannelResponse() 49 Throwable exception = isException ? (Throwable) responseObject : null; in mockOpenLogicalChannelResponse() 85 boolean isException = responseObject instanceof Throwable; in mockIccTransmitApduLogicalChannelResponse() 89 if (!isException) { in mockIccTransmitApduLogicalChannelResponse() 95 IccIoResult result = isException ? null : new IccIoResult(sw1, sw2, hex); in mockIccTransmitApduLogicalChannelResponse() 96 Throwable exception = isException ? (Throwable) responseObject : null; in mockIccTransmitApduLogicalChannelResponse()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SplashScreenExceptionListTest.java | 178 mList.isException(packageName, targetSdk, () -> activityInfo)); in assertIsNotException() 189 mList.isException(packageName, targetSdk, () -> activityInfo)); in assertIsException()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SplashScreenExceptionList.java | 83 public boolean isException(@NonNull String packageName, int targetSdk, in isException() method in SplashScreenExceptionList
|
D | StartingSurfaceController.java | 99 return mSplashScreenExceptionsList.isException(packageName, targetSdk, infoProvider); in isExceptionApp()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | doclava.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/ccil/
org/ ... |
/frameworks/base/services/ |
D | art-wear-profile | 28076 PLcom/android/server/wm/SplashScreenExceptionList;->isException(Ljava/lang/String;ILjava/util/funct…
|