Searched defs:role (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/
H A DMessagingControllerUnitTests.java53 * MockFolder allows setting and retrieving role & name
59 public MyMockFolder(FolderRole role, String name) { argument
60 mRole = role;
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hdp.cpp146 jint role, jstring name,
156 mdep_cfg.mdep_role = (bthl_mdep_role_t)role;
145 registerHealthAppNative(JNIEnv* env, jobject object, jint data_type, jint role, jstring name, jint channel_type) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
H A DHealthService.java160 if (VDBG) log("register datatype: " + appConfig.getDataType() + " role: " +
734 private int convertRoleToHal(int role) { argument
735 if (role == BluetoothHealth.SOURCE_ROLE) return MDEP_ROLE_SOURCE;
736 if (role == BluetoothHealth.SINK_ROLE) return MDEP_ROLE_SINK;
737 Log.e(TAG, "unkonw role: " + role);
908 private native int registerHealthAppNative(int dataType, int role, String name, int channelType); argument
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 221 milliseconds