OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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