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

  /packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java 103 Intent scanIntent = new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 684 Intent scanIntent = new Intent(ACTION_START_SCAN, null);
685 mScanIntent = PendingIntent.getBroadcast(mContext, SCAN_REQUEST, scanIntent, 0);
    [all...]

Completed in 95 milliseconds