/frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
D | NetworkPolicyEditor.java | 97 public boolean hasLimitedPolicy(NetworkTemplate template) { in hasLimitedPolicy() 102 public NetworkPolicy getOrCreatePolicy(NetworkTemplate template) { in getOrCreatePolicy() 111 public NetworkPolicy getPolicy(NetworkTemplate template) { in getPolicy() 120 public NetworkPolicy getPolicyMaybeUnquoted(NetworkTemplate template) { in getPolicyMaybeUnquoted() 130 private static NetworkPolicy buildDefaultPolicy(NetworkTemplate template) { in buildDefaultPolicy() 149 public int getPolicyCycleDay(NetworkTemplate template) { in getPolicyCycleDay() 159 public void setPolicyCycleDay(NetworkTemplate template, int cycleDay, String cycleTimezone) { in setPolicyCycleDay() 167 public long getPolicyWarningBytes(NetworkTemplate template) { in getPolicyWarningBytes() 172 private void setPolicyWarningBytesInner(NetworkTemplate template, long warningBytes) { in setPolicyWarningBytesInner() 180 public void setPolicyWarningBytes(NetworkTemplate template, long warningBytes) { in setPolicyWarningBytes() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/net/ |
D | NetworkOverLimitActivity.java | 50 final NetworkTemplate template = getIntent().getParcelableExtra(EXTRA_NETWORK_TEMPLATE); in onCreate() local 74 private void snoozePolicy(NetworkTemplate template) { in snoozePolicy() 84 private static int getLimitedDialogTitleForTemplate(NetworkTemplate template) { in getLimitedDialogTitleForTemplate()
|
/frameworks/base/tests/DataIdleTest/src/com/android/tests/dataidle/ |
D | DataIdleTest.java | 54 final NetworkTemplate template = new NetworkTemplate in testWifiIdle() local 65 NetworkTemplate template = new NetworkTemplate in testMobile() local 77 private void fetchStats(NetworkTemplate template) { in fetchStats()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/ |
D | ChartDataLoader.java | 50 public static Bundle buildArgs(NetworkTemplate template, AppItem app) { in buildArgs() 71 final NetworkTemplate template = mArgs.getParcelable(KEY_TEMPLATE); in loadInBackground() local 94 private ChartData loadInBackground(NetworkTemplate template, AppItem app) in loadInBackground() 142 NetworkTemplate template, int uid, int set, List<NetworkStats.Bucket> existing) { in collectHistoryForUid()
|
D | DataUsageController.java | 99 NetworkTemplate template = DataUsageUtils.getMobileTemplate(mContext, mSubscriptionId); in getDataUsageInfo() local 105 NetworkTemplate template = new NetworkTemplate.Builder(NetworkTemplate.MATCH_WIFI).build(); in getWifiDataUsageInfo() local 109 public DataUsageInfo getDataUsageInfo(NetworkTemplate template) { in getDataUsageInfo() 152 public long getHistoricalUsageLevel(NetworkTemplate template) { in getHistoricalUsageLevel() 156 private long getUsageLevel(NetworkTemplate template, long start, long end) { in getUsageLevel() 169 private NetworkPolicy findNetworkPolicy(NetworkTemplate template) { in findNetworkPolicy()
|
D | SummaryForAllUidLoader.java | 40 public static Bundle buildArgs(NetworkTemplate template, long start, long end) { in buildArgs() 62 final NetworkTemplate template = mArgs.getParcelable(KEY_TEMPLATE); in loadInBackground() local
|
D | DataUsageUtils.java | 77 NetworkTemplate template, Set<String> mergedSet) { in normalizeMobileTemplate()
|
/frameworks/base/core/java/android/net/ |
D | NetworkPolicy.java | 82 public NetworkTemplate template; field in NetworkPolicy 107 public NetworkPolicy(NetworkTemplate template, int cycleDay, String cycleTimezone, in NetworkPolicy() 115 public NetworkPolicy(NetworkTemplate template, int cycleDay, String cycleTimezone, in NetworkPolicy() 123 public NetworkPolicy(NetworkTemplate template, RecurrenceRule cycleRule, long warningBytes, in NetworkPolicy() 130 public NetworkPolicy(NetworkTemplate template, RecurrenceRule cycleRule, long warningBytes, in NetworkPolicy() 304 final NetworkTemplate template = getNetworkTemplateFromBackup(in); in getNetworkPolicyFromBackup() local 392 public static boolean isTemplatePersistable(@NonNull NetworkTemplate template) { in isTemplatePersistable()
|
D | INetworkPolicyManager.aidl | 51 void snoozeLimit(in NetworkTemplate template); in snoozeLimit() 72 SubscriptionPlan getSubscriptionPlan(in NetworkTemplate template); in getSubscriptionPlan()
|
/frameworks/base/core/java/android/service/autofill/ |
D | InternalTransformation.java | 49 abstract void apply(@NonNull ValueFinder finder, @NonNull RemoteViews template, in apply() 61 public static boolean batchApply(@NonNull ValueFinder finder, @NonNull RemoteViews template, in batchApply()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/ |
D | TemplateLayout.java | 53 public TemplateLayout(Context context, int template, int containerId) { in TemplateLayout() 71 private void init(int template, int containerId, AttributeSet attrs, int defStyleAttr) { in init() 166 LayoutInflater inflater, @StyleRes int fallbackTheme, @LayoutRes int template) { in inflateTemplate() 187 protected View onInflateTemplate(LayoutInflater inflater, @LayoutRes int template) { in onInflateTemplate()
|
D | SetupWizardListLayout.java | 41 public SetupWizardListLayout(Context context, int template) { in SetupWizardListLayout() 45 public SetupWizardListLayout(Context context, int template, int containerId) { in SetupWizardListLayout() 71 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
|
D | GlifListLayout.java | 45 public GlifListLayout(Context context, int template) { in GlifListLayout() 49 public GlifListLayout(Context context, int template, int containerId) { in GlifListLayout() 81 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
|
D | GlifLayout.java | 83 public GlifLayout(Context context, int template) { in GlifLayout() 87 public GlifLayout(Context context, int template, int containerId) { in GlifLayout() 155 protected View onInflateTemplate(LayoutInflater inflater, @LayoutRes int template) { in onInflateTemplate()
|
D | SetupWizardLayout.java | 58 public SetupWizardLayout(Context context, int template) { in SetupWizardLayout() 62 public SetupWizardLayout(Context context, int template, int containerId) { in SetupWizardLayout() 168 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
|
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/ |
D | SetupWizardPreferenceLayout.java | 71 public SetupWizardPreferenceLayout(Context context, int template, int containerId) { in SetupWizardPreferenceLayout() 98 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
|
D | GlifPreferenceLayout.java | 72 public GlifPreferenceLayout(Context context, int template, int containerId) { in GlifPreferenceLayout() 99 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
|
D | GlifRecyclerLayout.java | 46 public GlifRecyclerLayout(Context context, int template) { in GlifRecyclerLayout() 50 public GlifRecyclerLayout(Context context, int template, int containerId) { in GlifRecyclerLayout() 82 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
|
D | SetupWizardRecyclerLayout.java | 47 public SetupWizardRecyclerLayout(Context context, int template, int containerId) { in SetupWizardRecyclerLayout() 101 protected View onInflateTemplate(LayoutInflater inflater, int template) { in onInflateTemplate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/ |
D | TemperatureControlBehavior.kt | 47 val template = control.getControlTemplate() as TemperatureControlTemplate in <lambda>() constant
|
D | ToggleBehavior.kt | 31 lateinit var template: ToggleTemplate variable in com.android.systemui.controls.ui.ToggleBehavior
|
/frameworks/base/tests/vcn/java/com/android/server/vcn/routeselection/ |
D | NetworkPriorityClassifierTest.java | 510 VcnCellUnderlyingNetworkTemplate template, boolean expectMatch) { in verifyMatchCellWithRequiredCapabilities() 525 final VcnCellUnderlyingNetworkTemplate template = in testMatchCell() local 532 final VcnCellUnderlyingNetworkTemplate template = in testMatchCellFail_RequiredCapabilitiesMissing() local 539 final VcnCellUnderlyingNetworkTemplate template = in testMatchCellFail_ForbiddenCapabilitiesFound() local
|
/frameworks/base/core/java/android/service/controls/templates/ |
D | ControlTemplateWrapper.java | 33 public ControlTemplateWrapper(@NonNull ControlTemplate template) { in ControlTemplateWrapper()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkPolicyManagerService.java | 773 long getNetworkTotalBytes(NetworkTemplate template, long start, long end) { in getNetworkTotalBytes() 788 List<NetworkStats.Bucket> getNetworkUidBytes( in getNetworkUidBytes() 1544 private @Nullable ApplicationInfo findRapidBlame(NetworkTemplate template, in findRapidBlame() 1591 private int findRelevantSubIdNL(NetworkTemplate template) { in findRelevantSubIdNL() 1614 private void notifyOverLimitNL(NetworkTemplate template) { in notifyOverLimitNL() 1616 mContext.startActivity(buildNetworkOverLimitIntent(mContext.getResources(), template)); in notifyOverLimitNL() local 1622 private void notifyUnderLimitNL(NetworkTemplate template) { in notifyUnderLimitNL() 1820 final NetworkTemplate template = mNetworkPolicy.keyAt(i); in maybeUpdateCarrierPolicyCycleAL() local 2609 final NetworkTemplate template = builder.build(); local
|
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/ |
D | ShellHelper.java | 78 public static String runShellCommand(@NonNull String template, Object...args) { in runShellCommand()
|