Searched refs:persistableBundle (Results 1 – 8 of 8) sorted by relevance
102 PersistableBundle persistableBundle = new PersistableBundle(); in setUp() local103 persistableBundle.putBoolean(CarrierConfigManager in setUp()105 doReturn(persistableBundle).when(mMockCarrierConfigManager).getConfigForSubId(TEST_SUBID_1); in setUp()304 PersistableBundle persistableBundle = new PersistableBundle(); in testNonCBRSCarrierPSIMInserted() local305 persistableBundle.putBoolean(CarrierConfigManager in testNonCBRSCarrierPSIMInserted()307 doReturn(persistableBundle).when(mMockCarrierConfigManager).getConfigForSubId(TEST_SUBID_0); in testNonCBRSCarrierPSIMInserted()365 PersistableBundle persistableBundle = new PersistableBundle(); in testOneCBRSPSIMAndOneNonCBRSESIM() local366 persistableBundle.putBoolean(CarrierConfigManager in testOneCBRSPSIMAndOneNonCBRSESIM()368 doReturn(persistableBundle).when(mMockCarrierConfigManager).getConfigForSubId(TEST_SUBID_0); in testOneCBRSPSIMAndOneNonCBRSESIM()399 PersistableBundle persistableBundle = new PersistableBundle(); in testOneCBRSPSIMAndOneOpportunisticESIM() local[all …]
160 PersistableBundle persistableBundle = new PersistableBundle(); in testdeleteInactiveOpportunisticSubscriptionsWithNoneSavedOppSubs() local161 persistableBundle.putIntArray( in testdeleteInactiveOpportunisticSubscriptionsWithNoneSavedOppSubs()163 doReturn(persistableBundle).when(mMockCarrierConfigManager).getConfigForSubId(TEST_SUB_ID); in testdeleteInactiveOpportunisticSubscriptionsWithNoneSavedOppSubs()216 PersistableBundle persistableBundle = new PersistableBundle(); in testFindOpportunisticSubscription() local217 persistableBundle.putIntArray( in testFindOpportunisticSubscription()219 doReturn(persistableBundle).when(mMockCarrierConfigManager).getConfigForSubId(TEST_SUB_ID); in testFindOpportunisticSubscription()
187 public PersistableBundle persistableBundle; field in UwbManagerSnippet.RangingSessionCallback216 persistableBundle = params; in onOpenFailed()231 persistableBundle = params; in onStartFailed()238 persistableBundle = params; in onReconfigured()246 persistableBundle = params; in onReconfigureFailed()254 persistableBundle = params; in onStopped()262 persistableBundle = params; in onStopFailed()270 persistableBundle = params; in onClosed()284 persistableBundle = params; in onControleeAdded()294 persistableBundle = params; in onControleeAddFailed()[all …]
160 final PersistableBundle persistableBundle = new PersistableBundle(); in writeToFile() local162 persistableBundle.putBoolean(entry.getKey(), entry.getValue()); in writeToFile()165 persistableBundle.writeToStream(outputStream); in writeToFile()184 final PersistableBundle persistableBundle = PersistableBundle.readFromStream( in readFromFile() local188 for (String key: persistableBundle.keySet()) { in readFromFile()189 mLocalMap.put(key, persistableBundle.getBoolean(key)); in readFromFile()
39 PersistableBundle persistableBundle = intent in verifyProvisioningExtras() local41 return persistableBundle != null && persistableBundle.getBoolean(EXTRAS_BUNDLE_TEST_KEY); in verifyProvisioningExtras()
145 File file, PersistableBundle persistableBundle) throws IOException { in writeBundleToFile() argument147 persistableBundle.writeToStream(byteArrayOutputStream); in writeBundleToFile()
527 File dir, String fileName, PersistableBundle persistableBundle) throws Exception { in writeBundleToFile() argument528 writeBundleToFile(new File(dir, fileName), persistableBundle); in writeBundleToFile()536 File file, PersistableBundle persistableBundle) throws Exception { in writeBundleToFile() argument538 persistableBundle.writeToStream(byteArrayOutputStream); in writeBundleToFile()
187 PersistableBundle persistableBundle = mUwbManager.getSpecificationInfo(); in testGetSpecificationInfo() local188 assertThat(persistableBundle).isNotNull(); in testGetSpecificationInfo()189 assertThat(persistableBundle.isEmpty()).isFalse(); in testGetSpecificationInfo()202 PersistableBundle persistableBundle = in testGetSpecificationInfoWithChipId() local204 assertThat(persistableBundle).isNotNull(); in testGetSpecificationInfoWithChipId()205 assertThat(persistableBundle.isEmpty()).isFalse(); in testGetSpecificationInfoWithChipId()