Searched refs:setEhplmns (Results 1 – 9 of 9) sorted by relevance
65 .setEhplmns(EHPLMNS) in setUp()
51 .setEhplmns(SubscriptionDatabaseManagerTest.FAKE_EHPLMNS1)137 .setEhplmns("")
157 .setEhplmns(FAKE_EHPLMNS1)232 .setEhplmns(FAKE_EHPLMNS2)816 () -> mDatabaseManagerUT.setEhplmns(1, FAKE_EHPLMNS2)); in testUpdateEhplmns()819 mDatabaseManagerUT.setEhplmns(subInfo.getSubscriptionId(), FAKE_EHPLMNS2); in testUpdateEhplmns()822 subInfo = new SubscriptionInfoInternal.Builder(subInfo).setEhplmns(FAKE_EHPLMNS2).build(); in testUpdateEhplmns()
465 SubscriptionDatabaseManager::setEhplmns),1209 public void setEhplmns(int subId, @NonNull String[] ehplmns) { in setEhplmns() method in SubscriptionDatabaseManager1211 setEhplmns(subId, Arrays.stream(ehplmns) in setEhplmns()1224 public void setEhplmns(int subId, @NonNull String ehplmns) { in setEhplmns() method in SubscriptionDatabaseManager1227 SubscriptionInfoInternal.Builder::setEhplmns); in setEhplmns()2269 .setEhplmns(TextUtils.emptyIfNull(cursor.getString(cursor.getColumnIndexOrThrow( in createSubscriptionInfoFromCursor()
1284 .setEhplmns(TextUtils.isEmpty(mEhplmns) ? null : mEhplmns.split(",")) in toSubscriptionInfo()2121 public Builder setEhplmns(@NonNull String ehplmns) { in setEhplmns() method in SubscriptionInfoInternal.Builder
1572 mSubscriptionDatabaseManager.setEhplmns(subId, ehplmns); in updateSubscription()
981 .setEhplmns(source.createStringArray())1555 public Builder setEhplmns(@Nullable String[] ehplmns) { in setEhplmns() method in SubscriptionInfo.Builder
14221 HSPLandroid/telephony/SubscriptionInfo$Builder;->setEhplmns([Ljava/lang/String;)Landroid/telephony/…
14285 HSPLandroid/telephony/SubscriptionInfo$Builder;->setEhplmns([Ljava/lang/String;)Landroid/telephony/…