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 - 7
of
7
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java
252
RemoteViews expandedView = new RemoteViews(Constants.
THIS_PACKAGE_NAME
,
280
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
353
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
357
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
400
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
404
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
438
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
446
intent.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
Constants.java
89
public static final String
THIS_PACKAGE_NAME
= "com.android.bluetooth";
203
intent.setClassName(
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
BluetoothOppLauncherActivity.java
148
Constants.
THIS_PACKAGE_NAME
);
160
intent1.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
BluetoothOppReceiver.java
85
Constants.
THIS_PACKAGE_NAME
);
BluetoothOppObexServerSession.java
281
in.setClassName(Constants.
THIS_PACKAGE_NAME
, BluetoothOppReceiver.class.getName());
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapActivity.java
239
intent.setClassName(BluetoothPbapService.
THIS_PACKAGE_NAME
, BluetoothPbapReceiver.class
250
intent.setClassName(BluetoothPbapService.
THIS_PACKAGE_NAME
, BluetoothPbapReceiver.class
BluetoothPbapService.java
134
public static final String
THIS_PACKAGE_NAME
= "com.android.bluetooth";
Completed in 30 milliseconds