HomeSort by relevance Sort by last modified time
    Searched refs:ident (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /frameworks/base/core/java/android/net/
NetworkTemplate.java 206 public boolean matches(NetworkIdentity ident) {
209 return matchesMobile(ident);
211 return matchesMobile3gLower(ident);
213 return matchesMobile4g(ident);
215 return matchesWifi(ident);
217 return matchesEthernet(ident);
219 return matchesMobileWildcard(ident);
221 return matchesWifiWildcard(ident);
230 private boolean matchesMobile(NetworkIdentity ident) {
231 if (ident.mType == TYPE_WIMAX)
    [all...]
NetworkIdentity.java 69 final NetworkIdentity ident = (NetworkIdentity) obj; local
70 return mType == ident.mType && mSubType == ident.mSubType && mRoaming == ident.mRoaming
71 && Objects.equal(mSubscriberId, ident.mSubscriberId)
72 && Objects.equal(mNetworkId, ident.mNetworkId);
  /frameworks/base/services/java/com/android/server/net/
NetworkIdentitySet.java 70 for (NetworkIdentity ident : this) {
71 out.writeInt(ident.getType());
72 out.writeInt(ident.getSubType());
73 writeOptionalString(out, ident.getSubscriberId());
74 writeOptionalString(out, ident.getNetworkId());
75 out.writeBoolean(ident.getRoaming());
NetworkStatsCollection.java 152 && templateMatches(template, key.ident)) {
175 if (templateMatches(template, key.ident)) {
201 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start,
203 final NetworkStatsHistory history = findOrCreateHistory(ident, uid, set, tag);
234 NetworkIdentitySet ident, int uid, int set, int tag) {
235 final Key key = new Key(ident, uid, set, tag);
272 final NetworkIdentitySet ident = new NetworkIdentitySet(in); local
280 final Key key = new Key(ident, uid, set, tag);
294 // cluster key lists grouped by ident
297 ArrayList<Key> keys = keysByIdent.get(key.ident);
346 final NetworkIdentitySet ident = new NetworkIdentitySet(in); local
400 final NetworkIdentitySet ident = new NetworkIdentitySet(in); local
499 public final NetworkIdentitySet ident; field in class:NetworkStatsCollection.Key
    [all...]
NetworkStatsRecorder.java 171 final NetworkIdentitySet ident = ifaceIdent.get(entry.iface); local
172 if (ident == null) {
182 mPending.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
186 mSinceBoot.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
191 complete.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
  /frameworks/base/services/java/com/android/server/dreams/
DreamManagerService.java 110 final long ident = Binder.clearCallingIdentity(); local
114 Binder.restoreCallingIdentity(ident);
123 final long ident = Binder.clearCallingIdentity(); local
130 Binder.restoreCallingIdentity(ident);
139 final long ident = Binder.clearCallingIdentity(); local
146 Binder.restoreCallingIdentity(ident);
163 final long ident = Binder.clearCallingIdentity(); local
173 Binder.restoreCallingIdentity(ident);
194 final long ident = Binder.clearCallingIdentity(); local
200 Binder.restoreCallingIdentity(ident);
208 final long ident = Binder.clearCallingIdentity(); local
228 final long ident = Binder.clearCallingIdentity(); local
    [all...]
  /frameworks/base/core/java/android/os/
Looper.java 121 final long ident = Binder.clearCallingIdentity(); local
146 if (ident != newIdent) {
148 + Long.toHexString(ident) + " to 0x"
UserManager.java 158 int ident = getUserHandle((int)serialNumber); local
159 return ident >= 0 ? new UserHandle(ident) : null;
  /frameworks/base/core/java/android/content/res/
AssetManager.java 148 /*package*/ final CharSequence getResourceText(int ident) {
151 int block = loadResourceValue(ident, (short) 0, tmpValue, true);
166 /*package*/ final CharSequence getResourceBagText(int ident, int bagEntryId) {
169 int block = loadResourceBagValue(ident, bagEntryId, tmpValue, true);
191 /*package*/ final boolean getResourceValue(int ident,
196 int block = loadResourceValue(ident, (short) density, outValue, resolveRefs);
227 /*package*/ final boolean getThemeValue(int theme, int ident,
229 int block = loadThemeAttributeValue(theme, ident, outValue, resolveRefs);
686 private native final int loadResourceValue(int ident, short density, TypedValue outValue,
690 private native final int loadResourceBagValue(int ident, int bagEntryId, TypedValue outValue
    [all...]
  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.java 577 final long ident = Binder.clearCallingIdentity(); local
581 Binder.restoreCallingIdentity(ident);
635 final long ident = Binder.clearCallingIdentity(); local
639 Binder.restoreCallingIdentity(ident);
713 final long ident = Binder.clearCallingIdentity(); local
717 Binder.restoreCallingIdentity(ident);
763 final long ident = Binder.clearCallingIdentity(); local
815 final long ident = Binder.clearCallingIdentity(); local
875 final long ident = Binder.clearCallingIdentity(); local
938 final long ident = Binder.clearCallingIdentity(); local
1015 final long ident = Binder.clearCallingIdentity(); local
1728 final long ident = Binder.clearCallingIdentity(); local
1791 final long ident = Binder.clearCallingIdentity(); local
1809 final long ident = Binder.clearCallingIdentity(); local
1862 final long ident = Binder.clearCallingIdentity(); local
1902 final long ident = Binder.clearCallingIdentity(); local
1922 final long ident = Binder.clearCallingIdentity(); local
1950 final long ident = Binder.clearCallingIdentity(); local
1994 final long ident = Binder.clearCallingIdentity(); local
2038 final long ident = Binder.clearCallingIdentity(); local
2072 final long ident = Binder.clearCallingIdentity(); local
2106 final long ident = Binder.clearCallingIdentity(); local
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
Session.java 95 long ident = Binder.clearCallingIdentity(); local
115 Binder.restoreCallingIdentity(ident);
240 long ident = Binder.clearCallingIdentity(); local
246 Binder.restoreCallingIdentity(ident);
344 long ident = Binder.clearCallingIdentity(); local
372 Binder.restoreCallingIdentity(ident);
391 long ident = Binder.clearCallingIdentity(); local
397 Binder.restoreCallingIdentity(ident);
409 long ident = Binder.clearCallingIdentity(); local
415 Binder.restoreCallingIdentity(ident);
427 long ident = Binder.clearCallingIdentity(); local
    [all...]
  /frameworks/base/services/java/com/android/server/
ClipboardService.java 210 long ident = Binder.clearCallingIdentity(); local
216 Binder.restoreCallingIdentity(ident);
238 long ident = Binder.clearCallingIdentity(); local
244 Binder.restoreCallingIdentity(ident);
287 long ident = Binder.clearCallingIdentity(); local
294 Binder.restoreCallingIdentity(ident);
UiModeManagerService.java 186 final long ident = Binder.clearCallingIdentity(); local
195 Binder.restoreCallingIdentity(ident);
201 final long ident = Binder.clearCallingIdentity(); local
210 Binder.restoreCallingIdentity(ident);
216 final long ident = Binder.clearCallingIdentity(); local
222 Binder.restoreCallingIdentity(ident);
237 final long ident = Binder.clearCallingIdentity(); local
248 Binder.restoreCallingIdentity(ident);
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 484 long ident = Binder.clearCallingIdentity(); local
498 Binder.restoreCallingIdentity(ident);
512 long ident = Binder.clearCallingIdentity(); local
525 Binder.restoreCallingIdentity(ident);
538 long ident = Binder.clearCallingIdentity(); local
561 Binder.restoreCallingIdentity(ident);
574 long ident = Binder.clearCallingIdentity(); local
580 Binder.restoreCallingIdentity(ident);
  /external/openssh/regress/
cert-hostkey.sh 141 ident=$1
151 verbose "$tid: host cert connect $ident $kt expect $result"
169 fail "ssh cert connect $ident failed unexpectedly"
173 fail "ssh cert connect $ident succeeded unexpectedly"
251 fail "ssh cert connect $ident succeeded unexpectedly"
cert-userkey.sh 229 ident=$1
262 verbose "$tid: $ident auth $auth expect $result $ktype"
274 fail "$ident failed unexpectedly"
278 fail "$ident succeeded unexpectedly"
332 fail "ssh cert connect $ident succeeded unexpectedly"
  /external/webkit/Source/WebCore/inspector/front-end/
inspectorSyntaxHighlight.css 69 .webkit-javascript-ident {
  /external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
build.com 130 $ open/Write optfile sys$disk:[]ident.opt
133 $ if f$search("ident.opt;-1").nes."" then 'PURGE' ident.opt
139 sys$disk:[]crtl.opt/Opt,sys$disk:[]ident.opt/Opt
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/arm-eabi/lib/ldscripts/
armelf.xr 156 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelf.xu 157 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/arm-linux-androideabi/lib/ldscripts/
armelf_linux_eabi.xr 152 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelf_linux_eabi.xu 153 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb_linux_eabi.xr 152 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
armelfb_linux_eabi.xu 153 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/arm-eabi/lib/ldscripts/
armelf.xr 156 .note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }

Completed in 519 milliseconds

1 2 3 4 5 6