Searched refs:ignore_import (Results 1 – 1 of 1) sorted by relevance
106 static set<string> ignore_import = {"android.os.IInterface", "android.os.IBinder", in IsIgnorableImport() local110 const bool in_ignore_import = ignore_import.find(import) != ignore_import.end(); in IsIgnorableImport()