Searched refs:ctx (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBrowserSettings.java242 * @param ctx A Context object used to query the browser's settings
247 public void loadFromDb(final Context ctx) { argument
249 PreferenceManager.getDefaultSharedPreferences(ctx);
251 appCachePath = ctx.getDir("appcache", 0).getPath();
254 ctx,
259 databasePath = ctx.getDir("databases", 0).getPath();
261 geolocationDatabasePath = ctx.getDir("geolocation", 0).getPath();
265 setHomePage(ctx, getFactoryResetHomeUrl(ctx));
271 ActivityManager am = (ActivityManager) ctx
286 syncSharedPreferences(Context ctx, SharedPreferences p) argument
588 resetDefaultPreferences(Context ctx) argument
[all...]
H A DWebStorageSizeManager.java183 * @param ctx is the application context
188 public WebStorageSizeManager(Context ctx, DiskInfo diskInfo, argument
190 mContext = ctx;
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadNotification.java93 * @param ctx The context to use to obtain access to the
96 DownloadNotification(Context ctx) { argument
97 mContext = ctx;
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java120 * @param ctx The context to use to obtain access to the Notification
123 BluetoothOppNotification(Context ctx) { argument
124 mContext = ctx;
/packages/apps/Gallery/src/com/android/camera/
H A DHighlightView.java48 public HighlightView(View ctx) { argument
49 mContext = ctx;
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DHighlightView.java48 public HighlightView(View ctx) { argument
49 mContext = ctx;

Completed in 16 milliseconds