HomeSort by relevance Sort by last modified time
    Searched refs: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 420 private String checkPairingRequestAndGetAddress(String objectPath, int nativeData) {
428 mPasskeyAgentRequestData.put(address, new Integer(nativeData));
445 private void onRequestPairingConsent(String objectPath, int nativeData) {
446 String address = checkPairingRequestAndGetAddress(objectPath, nativeData);
470 private void onRequestPasskeyConfirmation(String objectPath, int passkey, int nativeData) {
471 String address = checkPairingRequestAndGetAddress(objectPath, nativeData);
483 private void onRequestPasskey(String objectPath, int nativeData) {
484 String address = checkPairingRequestAndGetAddress(objectPath, nativeData);
495 private void onRequestPinCode(String objectPath, int nativeData) {
496 String address = checkPairingRequestAndGetAddress(objectPath, nativeData);
    [all...]
BluetoothService.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 65 private native boolean isValidWordNative(int nativeData, char[] word, int wordLength);
  /frameworks/base/core/jni/
android_server_BluetoothService.cpp 436 int nativeData) {
441 DBusMessage *msg = (DBusMessage *)nativeData;
467 int passkey, int nativeData) {
472 DBusMessage *msg = (DBusMessage *)nativeData;
494 jstring pin, int nativeData) {
499 DBusMessage *msg = (DBusMessage *)nativeData;
524 jstring address, int nativeData) {
529 DBusMessage *msg = (DBusMessage *)nativeData;
    [all...]

Completed in 97 milliseconds