Home
last modified time | relevance | path

Searched refs:impossible (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DHashedStringCache.java69 } catch (NoSuchAlgorithmException impossible) { in HashedStringCache()
71 throw new RuntimeException(impossible); in HashedStringCache()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerGlobalLockRule.java110 } catch (InterruptedException impossible) { in waitForLocked()
/aosp14/frameworks/base/core/java/android/text/format/
H A DDateUtils.java763 } catch (IOException impossible) { in formatDateRange()
764 throw new AssertionError(impossible); in formatDateRange()
/aosp14/frameworks/base/apct-tests/perftests/windowmanager/src/android/wm/
H A DWindowManagerPerfTestBase.java114 } catch (InterruptedException impossible) { } in waitForIdleSync()
/aosp14/system/core/libcutils/
H A DAndroid.bp142 // which are also hard or even impossible to port to native Win32
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DStagingManagerTest.java430 ApexSessionInfo impossible = new ApexSessionInfo(); in restoreSessions_apexSessionInImpossibleState_failsAllSessions() local
431 impossible.sessionId = 1543; in restoreSessions_apexSessionInImpossibleState_failsAllSessions()
434 apexdSessions.put(1543, impossible); in restoreSessions_apexSessionInImpossibleState_failsAllSessions()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DBLASTSync.md68 The first case is impossible because step SD says that the server always sends the seqId if a sync …
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt79 …AppDetailsActivity should not extend `Activity`. Activity subclasses are impossible to compose. Ex…