HomeSort by relevance Sort by last modified time
    Searched full:nativedata (Results 1 - 5 of 5) sorted by null

  /dalvik/tests/079-phantom/src/
Bitmap.java 35 Bitmap(String name, int width, int height, Bitmap.NativeWrapper nativeData) {
39 mNativeWrapper = nativeData;
68 int nativeData;
71 nativeData = sSerial++;
74 Bitmap.NativeWrapper wrapper = new Bitmap.NativeWrapper(nativeData);
76 nativeData);
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 526 private String checkPairingRequestAndGetAddress(String objectPath, int nativeData) {
534 mPasskeyAgentRequestData.put(address, new Integer(nativeData));
556 * @param nativeData a native pointer to the original D-Bus message
558 private void onRequestPairingConsent(String objectPath, int nativeData) {
559 String address = checkPairingRequestAndGetAddress(objectPath, nativeData);
592 * @param nativeData a native pointer to the original D-Bus message
594 private void onRequestPasskeyConfirmation(String objectPath, int passkey, int nativeData) {
595 String address = checkPairingRequestAndGetAddress(objectPath, nativeData);
615 * @param nativeData a native pointer to the original D-Bus message
617 private void onRequestPasskey(String objectPath, int nativeData) {
    [all...]
BluetoothService.java     [all...]
  /frameworks/base/core/jni/
android_server_BluetoothService.cpp 528 int nativeData) {
533 DBusMessage *msg = (DBusMessage *)nativeData;
559 int passkey, int nativeData) {
564 DBusMessage *msg = (DBusMessage *)nativeData;
586 jbyteArray hash, jbyteArray randomizer, int nativeData) {
591 DBusMessage *msg = (DBusMessage *)nativeData;
620 jboolean val, int nativeData) {
625 DBusMessage *msg = (DBusMessage *)nativeData;
649 jstring pin, int nativeData) {
654 DBusMessage *msg = (DBusMessage *)nativeData;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 114 private native boolean isValidWordNative(int nativeData, char[] word, int wordLength);

Completed in 313 milliseconds