Home
last modified time | relevance | path

Searched defs:persistableBundle (Results 1 – 8 of 8) sorted by relevance

/packages/services/AlternativeNetworkAccess/tests/src/com/android/ons/
DONSProfileActivatorTest.java102 PersistableBundle persistableBundle = new PersistableBundle(); in setUp() local
304 PersistableBundle persistableBundle = new PersistableBundle(); in testNonCBRSCarrierPSIMInserted() local
365 PersistableBundle persistableBundle = new PersistableBundle(); in testOneCBRSPSIMAndOneNonCBRSESIM() local
399 PersistableBundle persistableBundle = new PersistableBundle(); in testOneCBRSPSIMAndOneOpportunisticESIM() local
668 PersistableBundle persistableBundle = new PersistableBundle(); in testESIMDownloadFailureAndRetry() local
DONSProfileConfiguratorTest.java160 PersistableBundle persistableBundle = new PersistableBundle(); in testdeleteInactiveOpportunisticSubscriptionsWithNoneSavedOppSubs() local
216 PersistableBundle persistableBundle = new PersistableBundle(); in testFindOpportunisticSubscription() local
/packages/modules/OnDevicePersonalization/systemservice/java/com/android/server/ondevicepersonalization/
DBooleanFileDataStore.java160 final PersistableBundle persistableBundle = new PersistableBundle(); in writeToFile() local
184 final PersistableBundle persistableBundle = PersistableBundle.readFromStream( in readFromFile() local
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/
DE2eUiTestUtils.java39 PersistableBundle persistableBundle = intent in verifyProvisioningExtras() local
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/util/
DIoUtilsTest.java145 File file, PersistableBundle persistableBundle) throws IOException { in writeBundleToFile()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/telemetry/
DResultStoreTest.java527 File dir, String fileName, PersistableBundle persistableBundle) throws Exception { in writeBundleToFile()
536 File file, PersistableBundle persistableBundle) throws Exception { in writeBundleToFile()
/packages/modules/Uwb/tests/cts/tests/src/android/uwb/cts/
DUwbManagerTest.java187 PersistableBundle persistableBundle = mUwbManager.getSpecificationInfo(); in testGetSpecificationInfo() local
202 PersistableBundle persistableBundle = in testGetSpecificationInfoWithChipId() local
/packages/modules/Uwb/tests/cts/hostsidetests/multidevices/uwb/snippet/
DUwbManagerSnippet.java187 public PersistableBundle persistableBundle; field in UwbManagerSnippet.RangingSessionCallback