Searched refs:keyAt (Results 1 - 25 of 174) sorted by relevance

1234567

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DUnmodifiableSparseIntArray.java45 public int keyAt(int index) { method in class:UnmodifiableSparseIntArray
46 return mArray.keyAt(index);
H A DUnmodifiableSparseArray.java45 public int keyAt(int index) { method in class:UnmodifiableSparseArray
46 return mArray.keyAt(index);
H A DPowerStatusMonitorAction.java100 int logicalAddress = mPowerStatus.keyAt(i);
/frameworks/base/core/java/android/app/usage/
H A DTimeSparseArray.java52 key = keyAt(mid);
86 if (keyAt(index) == time) {
/frameworks/base/tools/aapt/
H A DCrunchCache.cpp46 const char* rPathPtr = mSourceFiles.keyAt(0).string()+mSourcePath.length();
67 cu->deleteFile(mDestFiles.keyAt(0));
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeUtils.java48 buffer.append(array.keyAt(i)).append("=").append(Arrays.toString(array.valueAt(i)));
95 if (array.keyAt(i) != otherArray.keyAt(i) ||
/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h43 fileStore.add(payload->keyAt(i),payload->valueAt(i));
H A DFileFinder_test.cpp77 String8 testExt(testStorage.keyAt(i).getPathExtension());
80 wrongExts += testStorage.keyAt(i);
/frameworks/base/core/java/android/util/
H A DLongSparseLongArray.java40 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
41 * <code>keyAt(int)</code> with ascending values of the index will return the
165 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
166 * smallest key and <code>keyAt(size()-1)</code> will return the largest
169 public long keyAt(int index) { method in class:LongSparseLongArray
189 * Returns the index for which {@link #keyAt} would return the
252 long key = keyAt(i);
H A DSparseIntArray.java40 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
41 * <code>keyAt(int)</code> with ascending values of the index will return the
163 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
164 * smallest key and <code>keyAt(size()-1)</code> will return the largest
167 public int keyAt(int index) { method in class:SparseIntArray
187 * Returns the index for which {@link #keyAt} would return the
250 int key = keyAt(i);
H A DSparseLongArray.java40 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
41 * <code>keyAt(int)</code> with ascending values of the index will return the
163 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
164 * smallest key and <code>keyAt(size()-1)</code> will return the largest
167 public int keyAt(int index) { method in class:SparseLongArray
187 * Returns the index for which {@link #keyAt} would return the
250 int key = keyAt(i);
H A DSparseBooleanArray.java41 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
42 * <code>keyAt(int)</code> with ascending values of the index will return the
160 * be in ascending order, e.g., <code>keyAt(0)</code> will return the
161 * smallest key and <code>keyAt(size()-1)</code> will return the largest
164 public int keyAt(int index) { method in class:SparseBooleanArray
189 * Returns the index for which {@link #keyAt} would return the
252 int key = keyAt(i);
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java158 if (changingUserId == mSearchables.keyAt(i)) {
159 getSearchables(mSearchables.keyAt(i)).buildSearchableList();
188 getSearchables(mSearchables.keyAt(i)).buildSearchableList();
293 ipw.print("\nUser: "); ipw.println(mSearchables.keyAt(i));
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DFingerprintService.java148 mClients.remove(mClients.keyAt(i));
158 mClients.remove(mClients.keyAt(i));
168 mClients.remove(mClients.keyAt(i));
181 mClients.remove(mClients.keyAt(i));
206 mClients.remove(mClients.keyAt(i));
/frameworks/av/media/libmedia/
H A DAudioParameter.cpp79 str += mParameters.keyAt(i);
175 key = mParameters.keyAt(index);
/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp68 list.keyAt(i), rec.size/1024.0f,
72 list.keyAt(i),
/frameworks/av/drm/common/
H A DDrmInfo.cpp79 const String8& key = mDrmInfo->mAttributes.keyAt(mIndex);
H A DDrmInfoRequest.cpp73 const String8& key = mDrmInfoRequest->mRequestInformationMap.keyAt(mIndex);
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DSession.cpp54 const KeyMap::key_type& keyId = keys.keyAt(i);
/frameworks/base/core/java/android/webkit/
H A DWebViewDelegate.java136 return packageIdentifiers.keyAt(i);
/frameworks/av/cmds/stagefright/
H A DSimplePlayer.cpp432 mStateByTrackIndex.keyAt(i));
437 mStateByTrackIndex.keyAt(i), err);
452 mStateByTrackIndex.keyAt(i));
456 err = onOutputFormatChanged(mStateByTrackIndex.keyAt(i), state);
463 mStateByTrackIndex.keyAt(i), err);
532 mStateByTrackIndex.keyAt(i), lateByUs);
562 mStateByTrackIndex.keyAt(i), -lateByUs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java124 final BluetoothDevice device = mDeviceInfo.keyAt(i);
147 buffer.append(BluetoothUtil.profileToString(profiles.keyAt(i)));
200 final BluetoothDevice device = mDeviceInfo.keyAt(i);
262 final int profile = profiles.keyAt(i);
327 BluetoothDevice device = mDeviceInfo.keyAt(i);
333 handleUpdateConnectionState(device, mProfiles.keyAt(j), state);
379 BluetoothDevice device = mDeviceInfo.keyAt(i);
/frameworks/base/services/core/java/com/android/server/pm/
H A DKeySetManagerService.java186 long keySetID = mKeySets.keyAt(keySetIndex);
202 return mKeySets.keyAt(keySetIndex);
377 return mKeySetMapping.keyAt(keyMapIndex);
392 return mPublicKeys.keyAt(publicKeyIndex);
592 long id = mPublicKeys.keyAt(pKeyIndex);
606 long id = mKeySetMapping.keyAt(keySetIndex);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DArrayMapTests.java140 Object key = array.keyAt(i);
253 Object realValue = array.keyAt(index);
274 Object realValue = array.keyAt(index);
308 Log.e("test", " " + array.keyAt(i) + " -> " + array.valueAt(i));
327 Log.e("test", " " + map1.keyAt(i) + " -> " + map1.valueAt(i));
331 Log.e("test", " " + map2.keyAt(i) + " -> " + map2.valueAt(i));
/frameworks/av/camera/
H A DCameraParameters2.cpp44 k = mMap.keyAt(i);
357 k = mMap.keyAt(i);
373 k = mMap.keyAt(i);

Completed in 511 milliseconds

1234567