OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocalBluetoothPreferences
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothPreferences.java
25
*
LocalBluetoothPreferences
provides an interface to the preferences
28
final class
LocalBluetoothPreferences
{
29
// private static final String TAG = "
LocalBluetoothPreferences
";
48
private
LocalBluetoothPreferences
() {
RequestPermissionActivity.java
230
LocalBluetoothPreferences
.persistDiscoverableEndTimestamp(
BluetoothDiscoverableEnabler.java
137
LocalBluetoothPreferences
.persistDiscoverableEndTimestamp(mContext, endTimestamp);
276
long endTimestamp =
LocalBluetoothPreferences
.getDiscoverableEndTimestamp(mContext);
Completed in 79 milliseconds