Searched refs:ident (Results 1 - 25 of 34) sorted by relevance

12

/frameworks/base/core/java/android/net/
H A DNetworkTemplate.java167 public boolean matches(NetworkIdentity ident) { argument
170 return matchesMobile(ident);
172 return matchesMobile3gLower(ident);
174 return matchesMobile4g(ident);
176 return matchesWifi(ident);
178 return matchesEthernet(ident);
187 private boolean matchesMobile(NetworkIdentity ident) { argument
188 if (ident.mType == TYPE_WIMAX) {
192 return (contains(DATA_USAGE_NETWORK_TYPES, ident.mType)
193 && Objects.equal(mSubscriberId, ident
200 matchesMobile3gLower(NetworkIdentity ident) argument
217 matchesMobile4g(NetworkIdentity ident) argument
233 matchesWifi(NetworkIdentity ident) argument
243 matchesEthernet(NetworkIdentity ident) argument
[all...]
H A DNetworkIdentity.java54 final NetworkIdentity ident = (NetworkIdentity) obj;
55 return mType == ident.mType && mSubType == ident.mSubType
56 && Objects.equal(mSubscriberId, ident.mSubscriberId)
57 && mRoaming == ident.mRoaming;
/frameworks/base/services/java/com/android/server/net/
H A DNetworkIdentitySet.java74 for (NetworkIdentity ident : this) {
75 out.writeInt(ident.getType());
76 out.writeInt(ident.getSubType());
77 writeOptionalString(out, ident.getSubscriberId());
78 out.writeBoolean(ident.getRoaming());
H A DNetworkStatsService.java399 for (NetworkIdentitySet ident : source.keySet()) {
400 if (templateMatches(template, ident)) {
401 final NetworkStatsHistory history = source.get(ident);
424 if (templateMatches(template, key.ident) && key.uid == uid && setMatches
460 for (NetworkIdentitySet ident : source.keySet()) {
461 if (templateMatches(template, ident)) {
462 final NetworkStatsHistory history = source.get(ident);
484 for (NetworkIdentitySet ident : source.keySet()) {
485 if (templateMatches(template, ident)) {
486 final NetworkStatsHistory history = source.get(ident);
1075 findOrCreateNetworkXtStatsLocked(NetworkIdentitySet ident) argument
1079 findOrCreateNetworkDevStatsLocked(NetworkIdentitySet ident) argument
1083 findOrCreateNetworkStatsLocked( NetworkIdentitySet ident, HashMap<NetworkIdentitySet, NetworkStatsHistory> source) argument
1106 findOrCreateUidStatsLocked( NetworkIdentitySet ident, int uid, int set, int tag) argument
1653 public final NetworkIdentitySet ident; field in class:NetworkStatsService.UidStatsKey
1658 UidStatsKey(NetworkIdentitySet ident, int uid, int set, int tag) argument
[all...]
H A DNetworkPolicyManagerService.java778 final NetworkIdentity ident = NetworkIdentity.buildNetworkIdentity(mContext, state);
779 networks.put(ident, iface);
791 final NetworkIdentity ident = entry.getKey();
792 if (policy.template.matches(ident)) {
1166 private NetworkPolicy findPolicyForNetworkLocked(NetworkIdentity ident) { argument
1168 if (policy.template.matches(ident)) {
1190 final NetworkIdentity ident = NetworkIdentity.buildNetworkIdentity(mContext, state);
1194 policy = findPolicyForNetworkLocked(ident);
/frameworks/base/core/java/android/content/res/
H A DAssetManager.java148 /*package*/ final CharSequence getResourceText(int ident) { argument
151 int block = loadResourceValue(ident, (short) 0, tmpValue, true);
166 /*package*/ final CharSequence getResourceBagText(int ident, int bagEntryId) { argument
169 int block = loadResourceBagValue(ident, bagEntryId, tmpValue, true);
191 /*package*/ final boolean getResourceValue(int ident, argument
196 int block = loadResourceValue(ident, (short) density, outValue, resolveRefs);
227 /*package*/ final boolean getThemeValue(int theme, int ident, argument
229 int block = loadThemeAttributeValue(theme, ident, outValue, resolveRefs);
686 private native final int loadResourceValue(int ident, short density, TypedValue outValue, argument
690 private native final int loadResourceBagValue(int ident, in argument
733 loadThemeAttributeValue(int theme, int ident, TypedValue outValue, boolean resolve) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DClipboardService.java154 long ident = Binder.clearCallingIdentity();
161 Binder.restoreCallingIdentity(ident);
183 long ident = Binder.clearCallingIdentity();
189 Binder.restoreCallingIdentity(ident);
224 long ident = Binder.clearCallingIdentity();
231 Binder.restoreCallingIdentity(ident);
H A DTextServicesManagerService.java337 final long ident = Binder.clearCallingIdentity();
342 Binder.restoreCallingIdentity(ident);
461 final long ident = Binder.clearCallingIdentity();
467 Binder.restoreCallingIdentity(ident);
483 final long ident = Binder.clearCallingIdentity();
488 Binder.restoreCallingIdentity(ident);
496 final long ident = Binder.clearCallingIdentity();
501 Binder.restoreCallingIdentity(ident);
506 final long ident = Binder.clearCallingIdentity();
515 Binder.restoreCallingIdentity(ident);
[all...]
H A DWallpaperManagerService.java367 final long ident = Binder.clearCallingIdentity();
378 Binder.restoreCallingIdentity(ident);
463 final long ident = Binder.clearCallingIdentity();
471 Binder.restoreCallingIdentity(ident);
500 final long ident = Binder.clearCallingIdentity();
505 Binder.restoreCallingIdentity(ident);
873 String ident = null;
876 ident = resName.substring(slash+1);
884 if (pkg != null && ident != null && type != null) {
894 + " ident
[all...]
H A DTelephonyRegistry.java545 long ident = Binder.clearCallingIdentity();
551 Binder.restoreCallingIdentity(ident);
562 long ident = Binder.clearCallingIdentity();
568 Binder.restoreCallingIdentity(ident);
580 long ident = Binder.clearCallingIdentity();
590 Binder.restoreCallingIdentity(ident);
H A DWifiService.java574 long ident = Binder.clearCallingIdentity();
576 Binder.restoreCallingIdentity(ident);
1320 long ident = Binder.clearCallingIdentity();
1345 Binder.restoreCallingIdentity(ident);
1358 long ident = Binder.clearCallingIdentity();
1372 Binder.restoreCallingIdentity(ident);
1392 long ident = Binder.clearCallingIdentity();
1414 Binder.restoreCallingIdentity(ident);
1496 Long ident = Binder.clearCallingIdentity();
1501 Binder.restoreCallingIdentity(ident);
[all...]
H A DPreferredComponent.java204 public void dump(PrintWriter out, String prefix, Object ident) { argument
206 Integer.toHexString(System.identityHashCode(ident)));
H A DDevicePolicyManagerService.java923 long ident = Binder.clearCallingIdentity();
949 Binder.restoreCallingIdentity(ident);
1006 long ident = Binder.clearCallingIdentity();
1010 Binder.restoreCallingIdentity(ident);
1570 long ident = Binder.clearCallingIdentity();
1583 Binder.restoreCallingIdentity(ident);
1599 long ident = Binder.clearCallingIdentity();
1614 Binder.restoreCallingIdentity(ident);
1649 long ident = Binder.clearCallingIdentity();
1655 Binder.restoreCallingIdentity(ident);
[all...]
H A DUiModeManagerService.java398 long ident = Binder.clearCallingIdentity();
401 Binder.restoreCallingIdentity(ident);
499 long ident = Binder.clearCallingIdentity();
601 Binder.restoreCallingIdentity(ident);
H A DInputMethodManagerService.java948 final long ident = Binder.clearCallingIdentity();
953 Binder.restoreCallingIdentity(ident);
1085 long ident = Binder.clearCallingIdentity();
1117 Binder.restoreCallingIdentity(ident);
1172 long ident = Binder.clearCallingIdentity();
1216 Binder.restoreCallingIdentity(ident);
1320 final long ident = Binder.clearCallingIdentity();
1338 Binder.restoreCallingIdentity(ident);
1346 long ident = Binder.clearCallingIdentity();
1368 Binder.restoreCallingIdentity(ident);
[all...]
H A DPowerManagerService.java331 long ident = Binder.clearCallingIdentity();
337 Binder.restoreCallingIdentity(ident);
742 long ident = Binder.clearCallingIdentity();
748 Binder.restoreCallingIdentity(ident);
2417 long ident = Binder.clearCallingIdentity();
2423 Binder.restoreCallingIdentity(ident);
H A DNotificationManagerService.java304 long ident = Binder.clearCallingIdentity();
311 Binder.restoreCallingIdentity(ident);
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java83 long ident = Binder.clearCallingIdentity();
103 Binder.restoreCallingIdentity(ident);
209 long ident = Binder.clearCallingIdentity();
215 Binder.restoreCallingIdentity(ident);
311 long ident = Binder.clearCallingIdentity();
339 Binder.restoreCallingIdentity(ident);
358 long ident = Binder.clearCallingIdentity();
364 Binder.restoreCallingIdentity(ident);
376 long ident = Binder.clearCallingIdentity();
382 Binder.restoreCallingIdentity(ident);
[all...]
/frameworks/base/core/java/android/os/
H A DLooper.java115 final long ident = Binder.clearCallingIdentity();
153 if (ident != newIdent) {
155 + Long.toHexString(ident) + " to 0x"
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java484 long ident = Binder.clearCallingIdentity();
498 Binder.restoreCallingIdentity(ident);
512 long ident = Binder.clearCallingIdentity();
525 Binder.restoreCallingIdentity(ident);
538 long ident = Binder.clearCallingIdentity();
561 Binder.restoreCallingIdentity(ident);
574 long ident = Binder.clearCallingIdentity();
580 Binder.restoreCallingIdentity(ident);
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminInfo.java143 public final int ident; field in class:DeviceAdminInfo.PolicyInfo
149 ident = identIn;
191 sRevKnownPolicies.put(pi.ident, pi);
192 sKnownPolicies.put(pi.tag, pi.ident);
400 if (usesPolicy(pi.ident)) {
/frameworks/base/core/java/android/content/
H A DSyncStorageEngine.java177 final int ident; field in class:SyncStorageEngine.AuthorityInfo
185 AuthorityInfo(Account account, String authority, int ident) { argument
188 this.ident = ident;
513 getOrCreateAuthorityLocked(account, providerName, -1 /* ident */, true);
563 account, providerName, -1 /* ident */, true);
619 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident);
624 SyncStatusInfo status = mSyncStatus.get(authority.ident);
755 op.authorityId = authority.ident;
759 SyncStatusInfo status = getOrCreateSyncStatusLocked(authority.ident);
1310 getOrCreateAuthorityLocked(Account accountName, String authorityName, int ident, boolean doWrite) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletTicker.java278 final String ident = notification.pkg
280 Slog.e(TAG, "couldn't inflate view for notification " + ident, exception);
/frameworks/base/core/java/android/app/
H A DIApplicationThread.java55 void scheduleLaunchActivity(Intent intent, IBinder token, int ident, argument
H A DApplicationThreadNative.java133 int ident = data.readInt();
146 scheduleLaunchActivity(intent, b, ident, info, curConfig, compatInfo, state, ri, pi,
633 public final void scheduleLaunchActivity(Intent intent, IBinder token, int ident, argument
643 data.writeInt(ident);

Completed in 373 milliseconds

12