/frameworks/base/nfc-extras/java/com/android/nfc_extras/ |
NfcAdapterExtras.java | 75 /** get service handles */ 85 * Get the {@link NfcAdapterExtras} for the given {@link NfcAdapter}. 93 public static NfcAdapterExtras get(NfcAdapter adapter) { method in class:NfcAdapterExtras 104 NfcAdapterExtras extras = sNfcExtras.get(adapter); 173 * Get the routing state of this NFC EE. 209 * Get the {@link NfcExecutionEnvironment} that is embedded with the
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
SaveFragment.java | 65 public static SaveFragment get(FragmentManager fm) { method in class:SaveFragment 117 final DocumentsActivity activity = DocumentsActivity.get(SaveFragment.this);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationData.java | 88 public Entry get(int i) { method in class:NotificationData 89 return mEntries.get(i); 105 if (mEntryCmp.compare(mEntries.get(i), entry) > 0) {
|
/frameworks/base/services/java/com/android/server/ |
AttributeCache.java | 98 public Entry get(String packageName, int resId, int[] styleable, int userId) { method in class:AttributeCache 100 Package pkg = mPackages.get(packageName); 104 map = pkg.mMap.get(resId); 106 ent = map.get(styleable);
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
BroadcastInterceptingContext.java | 71 public Intent get() throws InterruptedException, ExecutionException { method in class:BroadcastInterceptingContext.BroadcastInterceptor 73 return get(5, TimeUnit.SECONDS);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
AudioTrackDecoder.java | 33 * TODO: find out if we always get 16 bits per channel and document. 74 buffer.get(data, 0, info.size);
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
ListViewAddRemove.java | 151 mIdMap.put(objects.get(i), i); 158 return mIdMap.get(item);
|
/frameworks/base/tools/layoutlib/bridge/src/android/text/format/ |
Time_Delegate.java | 137 time.set(c.get(Calendar.SECOND), c.get(Calendar.MINUTE), c.get(Calendar.HOUR_OF_DAY), 138 c.get(Calendar.DATE), c.get(Calendar.MONTH), c.get(Calendar.YEAR)); 139 time.weekDay = c.get(Calendar.DAY_OF_WEEK); 140 time.yearDay = c.get(Calendar.DAY_OF_YEAR);
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
LruCache.java | 53 * if (cache.get(key) == null) { 59 * value of null from {@link #get}, {@link #put} or {@link #remove} is 115 public final V get(K key) { method in class:LruCache 122 mapValue = map.get(key); 211 // get the last item in the linked list. 341 * Returns the number of times {@link #get} returned a value that was 349 * Returns the number of times {@link #get} returned null or required a new
|
/frameworks/base/wifi/java/android/net/wifi/p2p/ |
WifiP2pDeviceList.java | 89 mDevices.get(device.deviceAddress).status = device.status; 95 WifiP2pDevice d = mDevices.get(device.deviceAddress); 113 WifiP2pDevice d = mDevices.get(deviceAddress); 122 WifiP2pDevice d = mDevices.get(deviceAddress); 133 public WifiP2pDevice get(String deviceAddress) { method in class:WifiP2pDeviceList 135 return mDevices.get(deviceAddress); 164 /** Get the list of devices */ 172 WifiP2pDevice device = mDevices.get(deviceAddress);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
TargetRegistry.h | 110 return TargetLDBackendCtorFn(*get(), pConfig); 122 const llvm::Target* get() const { return m_pT; } function in class:mcld::Target
|
/frameworks/native/opengl/libs/EGL/ |
egl_display.cpp | 65 egl_cache_t::get()->terminate(); 68 egl_display_t* egl_display_t::get(EGLDisplay dpy) { function in class:android::egl_display_t 105 // get our driver loader 161 // get the query-strings for this display for each implementation 204 egl_cache_t::get()->initialize(this); 262 // Reset the extension string since it will be regenerated if we get 383 // we don't want to get into a state where we can't wake up.
|
egl_object.h | 58 static bool get(egl_display_t const* display, egl_object_t* object); 71 if (o && egl_object_t::get(display, native)) { 75 inline N* get() { function in class:android::egl_object_t::LocalRef
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
common.cpp | 206 template <typename JTYPEARRAY, typename CTYPE, void GET(GLenum, CTYPE*)> 208 get function 245 GET( 261 template <typename CTYPE, void GET(GLenum, CTYPE*)> 290 GET(
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
InputStreamBuffer.java | 74 * If <code>autoAdvance</code> is true, behavior is undefined if you call {@link #get(int)} 75 * or {@link #has(int)} with an index N, then some arbitrary time later call {@link #get(int)} 110 * Attempt to get byte at the requested index from the wrapped input stream. If the internal 129 public byte get(final int index) throws IllegalStateException, IndexOutOfBoundsException { method in class:InputStreamBuffer 130 Trace.beginSection("get"); 147 * If this method returns true, it is guaranteed that {@link #get(int)} with the same index 153 * See {@link #get(int)} for caveats. A lot of the same warnings about exceptions and 184 * Advancing does not fill the internal buffer. The next {@link #get(int)} or
|
/frameworks/support/v4/java/android/support/v4/util/ |
LruCache.java | 61 public final V get(K key) { method in class:LruCache 68 mapValue = map.get(key); 277 * Returns the number of times {@link #get} returned a value. 284 * Returns the number of times {@link #get} returned null or required a new
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix2f.java | 67 public float get(int x, int y) { method in class:Matrix2f 141 float rhs_ij = rhs.get(i,j); 142 ri0 += lhs.get(j,0) * rhs_ij; 143 ri1 += lhs.get(j,1) * rhs_ij;
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMdp.cpp | 205 bool MdpCtrl::get() { function in class:overlay::MdpCtrl 209 ALOGE("MdpCtrl get failed");
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprof.java | 113 public static Tag get(byte tag) { method in class:BinaryHprof.Tag 114 return BYTE_TO_TAG.get(tag);
|
/libcore/luni/src/main/java/java/io/ |
SerializationHandleMap.java | 62 public int get(Object key) { method in class:SerializationHandleMap
|
/libcore/luni/src/main/java/java/lang/ref/ |
FinalizerReference.java | 45 @Override public T get() { method in class:FinalizerReference
|
/libcore/luni/src/main/java/java/lang/reflect/ |
Array.java | 70 public static Object get(Object array, int index) throws IllegalArgumentException, ArrayIndexOutOfBoundsException { method in class:Array
|
/libcore/luni/src/main/java/java/nio/ |
ByteBufferAsCharBuffer.java | 87 public char get() { method in class:ByteBufferAsCharBuffer 95 public char get(int index) { method in class:ByteBufferAsCharBuffer 101 public CharBuffer get(char[] dst, int dstOffset, int charCount) { method in class:ByteBufferAsCharBuffer 105 ((DirectByteBuffer) byteBuffer).get(dst, dstOffset, charCount); method 107 ((ByteArrayBuffer) byteBuffer).get(dst, dstOffset, charCount); method
|
ByteBufferAsDoubleBuffer.java | 87 public double get() { method in class:ByteBufferAsDoubleBuffer 95 public double get(int index) { method in class:ByteBufferAsDoubleBuffer 101 public DoubleBuffer get(double[] dst, int dstOffset, int doubleCount) { method in class:ByteBufferAsDoubleBuffer 105 ((DirectByteBuffer) byteBuffer).get(dst, dstOffset, doubleCount); method 107 ((ByteArrayBuffer) byteBuffer).get(dst, dstOffset, doubleCount); method
|
ByteBufferAsFloatBuffer.java | 86 public float get() { method in class:ByteBufferAsFloatBuffer 94 public float get(int index) { method in class:ByteBufferAsFloatBuffer 100 public FloatBuffer get(float[] dst, int dstOffset, int floatCount) { method in class:ByteBufferAsFloatBuffer 104 ((DirectByteBuffer) byteBuffer).get(dst, dstOffset, floatCount); method 106 ((ByteArrayBuffer) byteBuffer).get(dst, dstOffset, floatCount); method
|