HomeSort by relevance Sort by last modified time
    Searched refs:plans (Results 1 - 19 of 19) sorted by null

  /compatibility/cdd/9_security-model/
9_15_subscription-plans.md 1 ## 9.15\. Subscription Plans
3 "Subscription plans" refer to the billing relationship plan details provided
8 * [C-0-1] MUST return subscription plans only to the mobile carrier app that
10 * [C-0-2] MUST NOT remotely back up or upload subscription plans.
12 from the mobile carrier app currently providing valid subscription plans.
  /test/vti/dashboard/src/main/java/com/android/vts/servlet/
ShowReleaseServlet.java 64 List<String> plans = new ArrayList<>(planSet); local
65 plans.sort(Comparator.naturalOrder());
69 request.setAttribute("planNames", plans);
  /frameworks/base/core/java/android/net/
INetworkPolicyManager.aidl 70 void setSubscriptionPlans(int subId, in SubscriptionPlan[] plans, String callingPackage);
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageSummaryPreferenceController.java 76 /** The number of registered plans, [0,N] */
265 List<SubscriptionPlan> plans = mSubscriptionManager.getSubscriptionPlans(defaultSubId); local
268 mDataplanCount = plans.size();
286 Log.i(TAG, "Have " + mDataplanCount + " plans, dflt sub-id " + defaultSubId
291 List<SubscriptionPlan> plans = subManager.getSubscriptionPlans(primaryId); local
292 if (CollectionUtils.isEmpty(plans)) {
296 SubscriptionPlan plan = plans.get(0);
  /cts/tests/tests/telephony/src/android/telephony/cts/
SubscriptionManagerTest.java 173 // Missing plans means no overrides
181 // Defining plans means we get to override
223 // Make ourselves the owner and define some plans
256 // Empty plans can't override
290 private void assertOverrideSuccess(SubscriptionPlan... plans) {
291 mSm.setSubscriptionPlans(mSubId, Arrays.asList(plans));
295 private void assertOverrideFails(SubscriptionPlan... plans) {
296 mSm.setSubscriptionPlans(mSubId, Arrays.asList(plans));
  /system/connectivity/wificond/scanning/
scan_utils.h 53 std::vector<ScanPlan> plans; member in struct:android::wificond::SchedScanIntervalSetting
54 // After |plans| has been exhausted, scan at every
scan_utils.cpp 464 if (!interval_setting.plans.empty()) {
466 for (unsigned int i = 0; i < interval_setting.plans.size(); i++) {
470 interval_setting.plans[i].interval_ms / kMsecPerSec));
473 interval_setting.plans[i].n_iterations));
476 NL80211NestedAttr last_scan_plan(interval_setting.plans.size() + 1);
  /test/vts-testcase/fuzz/script/config/
config_gen.py 65 list of strings, the plans that the module belongs to.
68 plans = [e.attrib["value"] for e in root.iterfind("option") if
72 return plans
100 the list of the plans the module belongs to.
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 452 * Activity Action: Display UI for managing the billing relationship plans
470 * Broadcast Action: Request a refresh of the billing relationship plans
490 * Broadcast Action: The billing relationship plans between a carrier and a
    [all...]
  /frameworks/base/tests/net/java/com/android/server/net/
NetworkStatsCollectionTest.java 281 // Test a bunch of plans that should result in no augmentation
282 final List<SubscriptionPlan> plans = new ArrayList<>(); local
285 plans.add(null);
287 plans.add(SubscriptionPlan.Builder
290 plans.add(SubscriptionPlan.Builder
294 plans.add(SubscriptionPlan.Builder
298 plans.add(SubscriptionPlan.Builder
303 for (SubscriptionPlan plan : plans) {
  /frameworks/base/services/core/java/com/android/server/net/
NetworkPolicyManagerService.java 437 /** Map from subId to subscription plans. */
440 /** Map from subId to package name that owns subscription plans. */
2046 final SubscriptionPlan[] plans = mSubscriptionPlans.get(subId); local
2402 final SubscriptionPlan[] plans = mSubscriptionPlans.valueAt(i); local
2996 final List<SubscriptionPlan> plans = new ArrayList<>(); local
3280 final SubscriptionPlan[] plans = mSubscriptionPlans.valueAt(i); local
4997 final SubscriptionPlan[] plans = mSubscriptionPlans.get(subId); local
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_scan.c 409 struct nlattr *plans; local
413 plans = nla_nest_start(msg, NL80211_ATTR_SCHED_SCAN_PLANS);
414 if (!plans)
452 * All the scan plans must specify the number of iterations
463 "nl80211: All sched scan plans but the last must specify number of iterations");
467 nla_nest_end(msg, plans);
497 "nl80211: Invalid number of sched scan plans: %u",
    [all...]
  /system/connectivity/wificond/tests/
scanner_unittest.cpp 522 EXPECT_EQ(1U, interval_setting.plans.size());
555 EXPECT_EQ(0U, interval_setting.plans.size());
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
debug_test.go 290 file uint8 // Artifact of plans to implement differencing instead of calling out to diff.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
debug_test.go 290 file uint8 // Artifact of plans to implement differencing instead of calling out to diff.
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go 577 // creatingTemp records that the test plans to create a temporary file
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go 577 // creatingTemp records that the test plans to create a temporary file
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]

Completed in 1481 milliseconds