Searched defs:get (Results 1 - 25 of 117) sorted by path

12345

/frameworks/base/cmds/keystore/
H A Dkeystore.cpp334 // we read the raw blob to just to get the salt to generate
424 ResponseCode get(const char* filename, Blob* keyBlob) { function in class:KeyStore
568 static ResponseCode get(KeyStore* keyStore, int sock, uid_t uid, Value* keyName, Value*) { function
572 ResponseCode responseCode = keyStore->get(filename, &keyBlob);
693 {get, 'g', STATE_NO_ERROR, GET, {KEY_SIZE, 0}},
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java74 * <li>Get an instance of AccountManager using {@link #get(Context)}.
196 * Authenticators using 'customTokens' option will also get the UID of the
286 public static AccountManager get(Context context) { method in class:AccountManager
294 * should get an auth token instead.
750 // signify that we were not able to get the authtoken.
1335 return get();
1337 return get(timeout, unit);
1503 return get();
1505 return get(timeout, unit);
/frameworks/base/core/java/android/app/
H A DActivity.java422 * <p>Sometimes you want to get a result back from an activity when it
804 LoaderManagerImpl lm = mAllLoaderManagers.get(index);
930 // so tell createDialog() not to do it, otherwise we get an exception
1383 ManagedCursor c = mManagedCursors.get(i);
1617 LoaderManagerImpl lm = mAllLoaderManagers.get(index);
1769 ManagedCursor mc = mManagedCursors.get(i);
1952 * activity and its views always get a first chance to receive and handle
2165 * DPAD key events, which then get sent back to the view hierarchy, and
2252 * activity that is stopped will not generally get window focus), you
2735 * Use {@link MenuItem#getMenuInfo()} to get extr
3067 takeKeyEvents(boolean get) argument
[all...]
H A DDialog.java632 * DPAD key events, which then get sent back to the view hierarchy, and
1014 * @param get true if the dialog should receive key events, false otherwise
1017 public void takeKeyEvents(boolean get) { argument
1018 mWindow.takeKeyEvents(get);
1228 ((OnDismissListener) msg.obj).onDismiss(mDialog.get());
1231 ((OnCancelListener) msg.obj).onCancel(mDialog.get());
1234 ((OnShowListener) msg.obj).onShow(mDialog.get());
/frameworks/base/core/java/android/content/
H A DContentValues.java236 * @param key the value to get
239 public Object get(String key) { method in class:ContentValues
240 return mValues.get(key);
246 * @param key the value to get
250 Object value = mValues.get(key);
257 * @param key the value to get
261 Object value = mValues.get(key);
282 * @param key the value to get
286 Object value = mValues.get(key);
307 * @param key the value to get
[all...]
/frameworks/base/core/java/android/content/res/
H A DStringBlock.java61 public CharSequence get(int idx) { method in class:StringBlock
69 CharSequence res = mSparseStrings.get(idx);
351 // Should not get called, at least not by StaticLayout.
/frameworks/base/core/java/android/database/
H A DMatrixCursor.java64 private Object get(int column) { method in class:MatrixCursor
165 localData[start + i] = columnValues.get(i);
229 Object value = get(column);
236 Object value = get(column);
244 Object value = get(column);
252 Object value = get(column);
260 Object value = get(column);
268 Object value = get(column);
276 Object value = get(column);
282 return DatabaseUtils.getTypeOfObject(get(colum
[all...]
/frameworks/base/core/java/android/database/sqlite/
H A DDatabaseConnectionPool.java66 mPool.get(i).mDb.close();
72 * get a free connection from the pool
78 /* package */ synchronized SQLiteDatabase get(String sql) { method in class:DatabaseConnectionPool
93 poolObj = mPool.get(0);
96 if (mPool.get(i).mDb.isInStatementCache(sql)) {
97 poolObj = mPool.get(i);
107 poolObj = mPool.get(rand.nextInt(mMaxPoolSize));
122 if (mPool.get(i).isFree() && mPool.get(i).mDb.isInStatementCache(sql)) {
123 poolObj = mPool.get(
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java750 Camera c = (Camera)((WeakReference)camera_ref).get();
1205 * the face leaves the field-of-view and comes back, it will get a new
1792 Log.e(TAG, "dump: " + k + "=" + mMap.get(k));
1809 flattened.append(mMap.get(k));
1880 Area area = areas.get(i);
1905 public String get(String key) { method in class:Camera.Parameters
1906 return mMap.get(key);
1916 return Integer.parseInt(mMap.get(key));
1954 String pair = get(KEY_PREVIEW_SIZE);
1965 String str = get(KEY_PREVIEW_SIZ
[all...]
/frameworks/base/core/java/android/net/
H A DLinkCapabilities.java230 public String get(int key) { method in class:LinkCapabilities
231 return mCapabilities.get(key);
H A DUri.java65 cached result. As a result, we get thread safe caching with no concurrency
796 * get encoded
798 * will get encoded
976 public String get(int index) { method in class:Uri.PathSegments
1017 // Makes sure this doesn't get reused.
1037 return segments.get(size - 1);
/frameworks/base/core/java/android/net/http/
H A DHttpResponseCache.java187 @Override public CacheResponse get(URI uri, String requestMethod, method in class:HttpResponseCache
189 return delegate.get(uri, requestMethod, requestHeaders);
/frameworks/base/core/java/android/nfc/
H A DApduList.java23 public List<byte[]> get() { method in class:ApduList
/frameworks/base/core/java/android/nfc/tech/
H A DIsoDep.java30 * <p>Acquire an {@link IsoDep} object using {@link #get}.
60 public static IsoDep get(Tag tag) { method in class:IsoDep
H A DMifareClassic.java32 * <p>Acquire a {@link MifareClassic} object using {@link #get}.
135 public static MifareClassic get(Tag tag) { method in class:MifareClassic
148 NfcA a = NfcA.get(tag); // MIFARE Classic is always based on NFC a
H A DMifareUltralight.java33 * <p>Acquire a {@link MifareUltralight} object using {@link #get}.
93 public static MifareUltralight get(Tag tag) { method in class:MifareUltralight
107 NfcA a = NfcA.get(tag);
H A DNdef.java35 * <p>Acquire a {@link Ndef} object using {@link #get}.
146 public static Ndef get(Tag tag) { method in class:Ndef
H A DNdefFormatable.java34 * <p>Acquire a {@link NdefFormatable} object using {@link #get}.
59 public static NdefFormatable get(Tag tag) { method in class:NdefFormatable
H A DNfcA.java30 * <p>Acquire a {@link NfcA} object using {@link #get}.
57 public static NfcA get(Tag tag) { method in class:NfcA
H A DNfcB.java28 * <p>Acquire a {@link NfcB} object using {@link #get}.
53 public static NfcB get(Tag tag) { method in class:NfcB
H A DNfcF.java30 * <p>Acquire a {@link NfcF} object using {@link #get}.
57 public static NfcF get(Tag tag) { method in class:NfcF
H A DNfcV.java28 * <p>Acquire a {@link NfcV} object using {@link #get}.
54 public static NfcV get(Tag tag) { method in class:NfcV
/frameworks/base/core/java/android/os/
H A DAsyncTask.java272 final Result result = get();
291 final boolean wasTaskInvoked = mTaskInvoked.get();
461 public final Result get() throws InterruptedException, ExecutionException { method in class:AsyncTask
462 return mFuture.get();
480 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, method in class:AsyncTask
482 return mFuture.get(timeout, unit);
H A DBundle.java274 public Object get(String key) { method in class:Bundle
276 return mMap.get(key);
349 if ((array.get(n).describeContents()
360 && (array.get(0) instanceof Parcelable)) {
362 Parcelable p = (Parcelable) array.get(n);
796 Object o = mMap.get(key);
829 Object o = mMap.get(key);
862 Object o = mMap.get(key);
895 Object o = mMap.get(key);
928 Object o = mMap.get(ke
[all...]
H A DRegistrantList.java55 Registrant r = (Registrant) registrants.get(i);
70 get(int index) method in class:RegistrantList
72 return registrants.get(index);
79 Registrant r = (Registrant) registrants.get(i);
113 Registrant r = (Registrant) registrants.get(i);

Completed in 2895 milliseconds

12345