Searched refs:mSp (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/telephony/java/android/telephony/gba/ |
H A D | UaSecurityProtocolIdentifier.java | 325 private final UaSecurityProtocolIdentifier mSp; field in UaSecurityProtocolIdentifier.Builder 331 mSp = new UaSecurityProtocolIdentifier(); in Builder() 339 mSp = new UaSecurityProtocolIdentifier(sp); in Builder() 364 mSp.mOrg = orgCode; in setOrg() 365 mSp.mProtocol = 0; in setOrg() 366 mSp.mTlsCipherSuite = 0; in setOrg() 399 || mSp.mOrg != ORG_3GPP) { in setProtocol() 402 mSp.mProtocol = protocol; in setProtocol() 403 mSp.mTlsCipherSuite = 0; in setProtocol() 416 if (!mSp.isTlsSupported()) { in setTlsCipherSuite() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | PeopleBackupFollowUpJobTest.java | 85 private final SharedPreferences mSp = PreferenceManager.getDefaultSharedPreferences(mContext); field in PeopleBackupFollowUpJobTest 86 private final SharedPreferences.Editor mEditor = mSp.edit(); 189 remainingWidgets, mFollowUpEditor, mSp); in testCancelJobAndClearRemainingWidgets() 197 assertThat(mSp.getStringSet(PEOPLE_TILE_KEY.toString(), new HashSet<>())).isEmpty(); in testCancelJobAndClearRemainingWidgets() 198 assertThat(mSp.getStringSet(URI.toString(), new HashSet<>())).isEmpty(); in testCancelJobAndClearRemainingWidgets() 199 assertThat(mSp.getString(WIDGET_ID_STRING, null)).isNull(); in testCancelJobAndClearRemainingWidgets() 200 assertThat(mSp.getString(SECOND_WIDGET_ID_STRING, null)).isNull(); in testCancelJobAndClearRemainingWidgets()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/ |
H A D | PeopleBackupHelperTest.java | 89 private final SharedPreferences.Editor mEditor = mSp.edit(); 381 assertThat(mSp.getString(WIDGET_ID_STRING, null)).isEqualTo(URI_STRING); in testRestoreKey_widgetIdKey_noUserIdInUri() 439 assertThat(mSp.getStringSet(URI_STRING, new HashSet<>())) in testRestoreKey_contactUriKey_noUserIdInUri() 455 assertThat(mSp.getStringSet(URI_WITH_USER_ID_0, new HashSet<>())) in testRestoreKey_contactUriKey_sameUserInUri() 457 assertThat(mSp.getStringSet(URI_STRING, new HashSet<>())).isEmpty(); in testRestoreKey_contactUriKey_sameUserInUri() 472 assertThat(mSp.getStringSet(URI_WITH_USER_ID_10, new HashSet<>())) in testRestoreKey_contactUriKey_differentUserInUri() 474 assertThat(mSp.getStringSet(URI_STRING, new HashSet<>())).isEmpty(); in testRestoreKey_contactUriKey_differentUserInUri() 489 assertThat(mSp.getStringSet(URI_WITH_USER_ID_0, new HashSet<>())) in testRestoreKey_contactUriKey_nonSystemUser_differentUser() 491 assertThat(mSp.getStringSet(URI_STRING, new HashSet<>())).isEmpty(); in testRestoreKey_contactUriKey_nonSystemUser_differentUser() 505 assertThat(mSp.getStringSet(PEOPLE_TILE_KEY.toString(), new HashSet<>())) in testRestoreKey_peopleTileKey_shouldNotFollowUp() [all …]
|