HomeSort by relevance Sort by last modified time
    Searched refs:OPP (Results 1 - 7 of 7) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothProfileManager.java 99 sProfileMap.put(Profile.OPP, profileManager);
162 profiles.add(Profile.OPP);
198 OPP(R.string.bluetooth_profile_opp);
CachedBluetoothDevice.java 534 mProfiles.contains(Profile.OPP)) {
535 Log.v(TAG, "opp classbits != uuid");
  /frameworks/base/tests/CoreTests/android/core/
StrictMathTest.java 28 private final double OPP = 1.0;
101 .asin(OPP / HYP)) == OPP / HYP);
647 .asin(OPP / HYP)) == OPP / HYP);
    [all...]
MathTest.java 29 private final double OPP = 1.0;
118 double r = Math.sin(Math.asin(OPP / HYP));
120 long t = Double.doubleToLongBits(OPP / HYP);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java 34 double OPP = 1.0;
101 .asin(OPP / HYP)) == OPP / HYP);
    [all...]
MathTest.java 24 double OPP = 1.0;
91 double r = Math.sin(Math.asin(OPP / HYP));
93 long t = Double.doubleToLongBits(OPP / HYP);
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 250 milliseconds