Uses of Class
android.os.PatternMatcher

Packages that use PatternMatcher
android.content   
android.content.pm   
android.os   
 

Uses of PatternMatcher in android.content
 

Methods in android.content that return PatternMatcher
 PatternMatcher IntentFilter.getDataPath(int index)
           
 

Methods in android.content that return types with arguments of type PatternMatcher
 Iterator<PatternMatcher> IntentFilter.pathsIterator()
           
 

Uses of PatternMatcher in android.content.pm
 

Subclasses of PatternMatcher in android.content.pm
 class PathPermission
           
 

Fields in android.content.pm declared as PatternMatcher
 PatternMatcher[] ProviderInfo.uriPermissionPatterns
           
 

Uses of PatternMatcher in android.os
 

Fields in android.os with type parameters of type PatternMatcher
static Parcelable.Creator<PatternMatcher> PatternMatcher.CREATOR
           
 



Copyright © 2008-2012. All Rights Reserved.