OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:THIS_PACKAGE_NAME
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java
173
public static final String
THIS_PACKAGE_NAME
= "com.android.bluetooth";
290
intent.setClassName(
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java
90
public static final String
THIS_PACKAGE_NAME
= "com.android.bluetooth";
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java
114
public static final String
THIS_PACKAGE_NAME
= "com.android.bluetooth";
Completed in 679 milliseconds