Searched refs:key (Results 376 - 400 of 403) sorted by relevance

<<11121314151617

/frameworks/base/core/java/android/provider/
H A DContactsContract.java176 * A key to a boolean in the "extras" bundle of the cursor.
244 * The key to set in the outbound Bundle with the URI that should be authorized.
249 * The key to retrieve from the returned Bundle to obtain the pre-authorized URI.
260 * A key in the {@link android.provider.Settings android.provider.Settings} provider
268 * The value for the SORT_ORDER key corresponding to sorting by given name first.
275 * The value for the SORT_ORDER key corresponding to sorting by family name first.
282 * A key in the {@link android.provider.Settings android.provider.Settings} provider
291 * The value for the DISPLAY_ORDER key corresponding to showing the given name first.
298 * The value for the DISPLAY_ORDER key corresponding to showing the family name first.
1134 * Sort key tha
[all...]
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java262 String key = newActions.get(i).getUniqueKey();
264 if (map.containsKey(key) && mergeBehavior == Action.MERGE_REPLACE) {
265 mActions.remove(map.get(key));
266 map.remove(key);
H A DRelativeLayout.java1479 final int key = view.getId();
1487 dependencies.remove(key);
H A DAbsListView.java249 * If there is a value for a given key, the checked state for that ID is true
1558 final long key = in.readLong();
1560 checkIdState.put(key, value);
5476 * Sends a key to the text filter window
5479 * @param event The actual key event
/frameworks/base/core/java/android/app/
H A DDownloadManager.java718 private void putIfNonNull(ContentValues contentValues, String key, Object value) { argument
720 contentValues.put(key, value.toString());
/frameworks/base/core/java/android/content/
H A DContentResolver.java854 * @param values The initial values for the newly inserted row. The key is the column name for
915 * @param values The initial values for the newly inserted rows. The key is the column name for
977 * @param values The new field values. The key is the column name for the field.
1377 for (String key : extras.keySet()) {
1378 Object value = extras.get(key);
H A DSyncManager.java1436 final String key = authorityName + "/" + accountKey;
1437 final Long lastEventTime = lastTimeMap.get(key);
1453 lastTimeMap.put(key, eventTime);
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1440 * Finds a {@link Preference} based on its key.
1442 * @param key The key of the preference to retrieve.
1443 * @return The {@link Preference} with the key, or null.
1450 public Preference findPreference(CharSequence key) { argument
1456 return mPreferenceManager.findPreference(key);
/frameworks/base/services/java/com/android/server/connectivity/
H A DVpn.java554 config.user = profile.key;
601 info.key = mLegacyVpnRunner.mConfig.user;
/frameworks/base/core/java/android/view/
H A DView.java215 * <td>Called when a new hardware key event occurs.
220 * <td>Called when a hardware key up event occurs.
523 * Any time a user hits a directional key, such as a D-pad direction, the view device will
4304 * Register a callback to be invoked when a hardware key is pressed in this view.
4307 * @param l the key listener to attach to this view
5797 * for instance, a dial key that plays dtmf tones.
6282 * respond to an arrow key. This is called when the focused view did not
6283 * consume the key internally, nor could the view system find a new view in
7162 * Dispatch a key event before it is processed by any input method
7164 * key event
15291 getTag(int key) argument
15317 setTag(int key, final Object tag) argument
15334 setTagInternal(int key, Object tag) argument
15343 setKeyedTag(int key, Object tag) argument
[all...]
/frameworks/base/media/libdrm/mobile1/src/objmng/
H A Ddrm_api.c1580 AES_KEY key; local
1602 AES_set_decrypt_key(keyValue, DRM_KEY_LEN * 8, &key);
1610 if (drm_aesDecBuffer(buf, &bufLen, &key) < 0)
1653 AES_set_decrypt_key(keyValue, DRM_KEY_LEN * 8, &key);
1665 if (drm_aesDecBuffer(buf, &bufLen, &key) < 0)
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java250 // How long we wait until we timeout on key dispatching.
253 // How long we wait until we timeout on key dispatching during instrumentation.
317 * Activity we have told the window manager to have key focus.
379 * All of the processes that have been forced to be foreground. The key
3954 if (pir.key.userId != userId) {
3963 if (userId != UserHandle.USER_ALL && pir.key.userId != userId) {
3967 if (!pir.key.packageName.equals(name)) {
3978 if (pir.key.activity != null) {
3979 pir.key.activity.pendingResults.remove(pir.ref);
4633 PendingIntentRecord.Key key
[all...]
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp912 String8 key; local
914 param.getAt(j, key, value);
919 if (key2 == key) {
927 // otherwise, update the key value pairs
H A DAudioFlinger.cpp1473 int key = EffectChain::kKeyForSuspendAll; local
1475 key = type->timeLow;
1477 index = sessionEffects.indexOfKey(key);
1488 sessionEffects.add(key, desc);
1489 ALOGV("updateSuspendedSessions_l() suspend adding effect %08x", key);
1498 ALOGV("updateSuspendedSessions_l() restore removing effect %08x", key);
9580 // use effect type UUID timelow as key as there is no real risk of identical
/frameworks/base/tools/aapt/
H A DResourceTable.h323 const String16& key, const String16& value,
328 // Index of the entry's name string in the key pool.
553 // key = string resource name, value = set of locales in which that name is defined
H A DAaptAssets.cpp376 String8 touch, key, keysHidden, nav, navHidden, size, layoutDir, vers; local
616 key = part;
694 this->keyboard = key;
1276 } else if (strcmp(name, "12key") == 0) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp235 static status_t idmapLookup(const uint32_t* map, size_t sizeBytes, uint32_t key, uint32_t* outValue) argument
244 const uint32_t type = Res_GETTYPE(key) + 1; // add one, idmap stores "public" type id
245 const uint32_t entry = Res_GETENTRY(key);
701 // string key to UTF-8.
2232 res.append("12key");
2514 ALOGE("Style contains key with bad package: 0x%08x\n", attrRes);
2534 ALOGE("Style contains key with bad type: 0x%08x\n", attrRes);
2552 ALOGE("Style contains key with bad entry: 0x%08x\n", attrRes);
2981 dtohl(entry->key.index), &outName->nameLen);
3734 i, ei, dtohl(entry->key
[all...]
/frameworks/base/services/java/com/android/server/
H A DBackupManagerService.java418 // same PBKDF2 cycle with the persisted salt; if the resulting derived key string matches
1049 Slog.e(TAG, "Invalid key spec for PBKDF2!");
1057 SecretKey key = buildPasswordKey(pw, salt, rounds);
1058 if (key != null) {
1059 return byteArrayToHex(key.getEncoded());
2502 // line 6: master key checksum salt [hex]
2504 // line 8: IV of the user key [hex]
2505 // line 9: master key blob [hex]
2506 // IV of the master key, master key itsel
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java1183 // key was pressed (down and up)
1363 key((KeyEvent) msg.obj, msg.arg1, true);
1367 key((KeyEvent) msg.obj, msg.arg1, false);
2021 private void key(KeyEvent evt, int canTakeFocusDirection, boolean isDown) { method in class:WebViewCore
2023 Log.v(LOGTAG, "CORE key at " + System.currentTimeMillis() + ", "
2052 // but do not bubble up the ENTER key, which would open the search
H A DWebViewClassic.java150 * to the text and sends them either as key strokes or text changes.
206 // Some IMEs send key events directly using sendKeyEvents.
403 // Number and telephone do not have both a Tab key and an
411 // TYPE_TEXT_VARIATION_URI prevents Tab key from showing, so
477 * character add or delete, it sends it as a key stroke. If it cannot
478 * be represented as a key stroke, it sends it as a field change.
511 // Send a message so that key strokes and text replacement
528 * Send a single character to the WebView as a key down and up event.
549 * Send a key event for a specific key cod
8610 tileProfilingGetInt(int frame, int tile, String key) argument
8614 tileProfilingGetFloat(int frame, int tile, String key) argument
8718 nativeTileProfilingGetInt(int frame, int tile, String key) argument
8719 nativeTileProfilingGetFloat(int frame, int tile, String key) argument
8737 nativeSetProperty(String key, String value) argument
8738 nativeGetProperty(String key) argument
[all...]
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp357 void addConfigurationProperty(int32_t deviceId, const String8& key, const String8& value) { argument
359 device->configuration.addProperty(key, value);
512 const KeyInfo* key = getKey(device, scanCode, usageCode); local
513 if (key) {
515 *outKeycode = key->keyCode;
518 *outFlags = key->flags;
1252 << "Ignored device should return unknown key code state.";
1261 << "Ignored device should never mark any key codes.";
1262 ASSERT_EQ(0, flags[0]) << "Flag for unsupported key should be unchanged.";
1263 ASSERT_EQ(1, flags[1]) << "Flag for unsupported key shoul
1397 addConfigurationProperty(const char* key, const char* value) argument
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteConnection.java417 // Update foreign key mode.
1249 protected void entryRemoved(boolean evicted, String key, argument
/frameworks/base/include/androidfw/
H A DResourceTypes.h799 // key symbol table. If zero, this package is inheriting from
1166 struct ResStringPool_ref key; member in struct:android::ResTable_entry
/frameworks/base/media/java/android/media/
H A DAudioService.java3403 onNewPlaybackInfoForRcc(msg.arg1 /* rccId */, msg.arg2 /* key */,
4296 // sanity check on the incoming key event
4298 Log.e(TAG, "not dispatching invalid media key event " + keyEvent);
4322 * @param keyEvent a non-null KeyEvent whose key code is one of the supported media buttons
4323 * @param needWakeLock true if a PARTIAL_WAKE_LOCK needs to be held while this key event
4346 * @param keyEvent a non-null KeyEvent whose key code is one of the supported media buttons
4347 * @param needWakeLock true if a PARTIAL_WAKE_LOCK needs to be held while this key event
4386 * The different actions performed in response to a voice button key event.
4397 * Filter key events that may be used for voice-based interactions
4398 * @param keyEvent a non-null KeyEvent whose key cod
5431 onNewPlaybackInfoForRcc(int rccId, int key, int value) argument
[all...]
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java1496 String key = bssid + ssid;
1497 ScanResult scanResult = mScanResultCache.get(key);
1511 mScanResultCache.put(key, scanResult);

Completed in 432 milliseconds

<<11121314151617