Searched refs:values (Results 201 - 211 of 211) sorted by relevance

123456789

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java673 * Whether we are currently recording reported values.
1078 Iterator<KernelWakelockStats> itr = m.values().iterator();
1109 true /* track reported values */);
3293 public void addSpeedStepTimes(long[] values) { argument
3294 for (int i = 0; i < mSpeedBins.length && i < values.length; i++) {
3295 long amt = values[i];
3301 c.addCountAtomic(values[i]);
4026 for (SamplingTimer timer : mKernelWakelockStats.values()) {
4218 true /* track reported values */);
4530 for (Uid.Proc proc : wifiUid.mProcessStats.values()) {
[all...]
/frameworks/base/core/java/android/app/
H A DActivityThread.java702 // For checkin, we print one long comma-separated list of values
2863 Iterator<ActivityClientRecord> it = mActivities.values().iterator();
2887 Iterator<Service> it = mServices.values().iterator();
2894 Iterator<ProviderClientRecord> it = mLocalProviders.values().iterator();
2978 mActiveResources.values().iterator();
3462 Iterator<ProviderClientRecord> iter = mProviderMap.values().iterator();
H A DActivityManagerNative.java2172 public void updateConfiguration(Configuration values) throws RemoteException argument
2177 values.writeToParcel(data, 0);
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java296 for (BackupRequest b: mPendingBackups.values()) {
2058 for (BackupRequest b : mPendingBackups.values()) {
2691 for (BackupRequest req : mPendingBackups.values()) {
H A DDropBoxManagerService.java702 TreeSet<FileList> tags = new TreeSet<FileList>(mFilesByTag.values());
H A DWindowManagerService.java6303 // try to revert to sane values
10311 Iterator<WindowToken> it = mTokenMap.values().iterator();
/frameworks/base/core/java/android/os/
H A DBundle.java31 * A mapping from String values to various Parcelable types.
164 Object o = mMap.values().iterator().next();
185 * values to which it refers are copied by reference.
499 * Inserts an array of Parcelable values into the mapping of this Bundle,
513 * Inserts a List of Parcelable values into the mapping of this Bundle,
528 * Inserts a SparceArray of Parcelable values into the mapping of this
1164 * @return a SparseArray of T values, or null
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java1002 mPatternDisplayMode = DisplayMode.values()[ss.getDisplayMode()];
/frameworks/base/services/java/com/android/server/connectivity/
H A DTethering.java1449 for (Object o : mIfaces.values()) {
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java167 SipSessionImpl[] ss = mSessionMap.values().toArray(
/frameworks/base/core/java/android/view/
H A DView.java311 * possess two pairs of width and height values.
326 * after layout. These values may, but do not have to, be different from the
364 * {@link #getMeasuredHeight()} values must be set, along with those for all of
365 * that view's descendants. A view's measured width and measured height values
1886 * 0, so the only attribute values applied are those in the Context's Theme
2546 * @param direction values are View.FOCUS_UP, View.FOCUS_DOWN,
4403 * they will often be fractional values, representing the more fine-grained
4742 * values of 0.
4816 * rectangle with the values from getScrollX(), getScrollY(),
5491 * Called by a parent to request that a child update its values fo
[all...]

Completed in 1775 milliseconds

123456789