Home
last modified time | relevance | path

Searched refs:isException (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
DLogicalChannelMocker.java47 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/
DSplashScreenExceptionListTest.java178 mList.isException(packageName, targetSdk, () -> activityInfo)); in assertIsNotException()
189 mList.isException(packageName, targetSdk, () -> activityInfo)); in assertIsException()
/frameworks/base/services/core/java/com/android/server/wm/
DSplashScreenExceptionList.java83 public boolean isException(@NonNull String packageName, int targetSdk, in isException() method in SplashScreenExceptionList
DStartingSurfaceController.java99 return mSplashScreenExceptionsList.isException(packageName, targetSdk, infoProvider); in isExceptionApp()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...
/frameworks/base/services/
Dart-wear-profile28076 PLcom/android/server/wm/SplashScreenExceptionList;->isException(Ljava/lang/String;ILjava/util/funct…