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

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
IconLoader.java 32 private StringBuilder mCurrentPath;
41 mCurrentPath = new StringBuilder(iconPathLength + iconName.length());
68 return mCurrentPath.toString();
102 mCurrentPath.setLength(0);
107 mCurrentPath.append(resourceDir)
113 InputStream stream = getClass().getResourceAsStream(mCurrentPath.toString());
117 mCurrentPath.setLength(0);
119 mCurrentPath.append(resourceDir)
123 return getClass().getResourceAsStream(mCurrentPath.toString());
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java 144 private String mCurrentPath = "";
269 if (D) Log.d(TAG, "before setPath, mCurrentPath == " + mCurrentPath);
271 String current_path_tmp = mCurrentPath;
303 mCurrentPath = current_path_tmp;
304 if (V) Log.v(TAG, "after setPath, mCurrentPath == " + mCurrentPath);
360 mCurrentPath + ")");
362 if (mCurrentPath.equals(PB_PATH)) {
364 } else if (mCurrentPath.equals(ICH_PATH))
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 132 private final Path mCurrentPath = new Path();
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 150 milliseconds