Searched defs:get (Results 76 - 77 of 77) sorted by relevance

1234

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java632 Log.w(TAG, "Couldn't get audio manager");
1114 public void takeKeyEvents(boolean get) { argument
1115 mDecor.setFocusable(get);
1543 st.onRestoreInstanceState(icicles.get(curFeatureId));
2502 // Try to get a menu
2504 // Need a panel to grab the menu, so try to get that
/frameworks/base/core/java/android/provider/
H A DContactsContract.java212 * @see android.provider.SyncStateContract.Helpers#get
214 public static byte[] get(ContentProviderClient provider, Account account) method in class:ContactsContract.SyncState
216 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
220 * @see android.provider.SyncStateContract.Helpers#get
629 * Add this query parameter to a URI to get back row counts grouped by
2141 * get synced to the server, because the Google sync adapter does not know
3181 * @param status the status to get the icon for

Completed in 87 milliseconds

1234