OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THIS_PACKAGE_NAME
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java
182
public static final String
THIS_PACKAGE_NAME
= "com.android.bluetooth";
301
intent.setClassName(
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
BluetoothOppNotification.java
344
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
421
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
427
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
473
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
479
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
504
.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
BluetoothOppLauncherActivity.java
180
intent1.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
211
Constants.
THIS_PACKAGE_NAME
);
BluetoothOppReceiver.java
83
Constants.
THIS_PACKAGE_NAME
);
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java
197
intent.setClassName(BluetoothPbapService.
THIS_PACKAGE_NAME
, BluetoothPbapReceiver.class
208
intent.setClassName(BluetoothPbapService.
THIS_PACKAGE_NAME
, BluetoothPbapReceiver.class
BluetoothPbapService.java
116
public static final String
THIS_PACKAGE_NAME
= "com.android.bluetooth";
[
all
...]
Completed in 912 milliseconds